Skip to content

Commit 9b174d1

Browse files
committed
4.1.15
1 parent f1e1daa commit 9b174d1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG-4.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 4.1.15
2+
3+
* GroupManager: Show which group contains a missing file #5938
4+
* Ignore . namespace in generators when someone pass path as a class name, e.g. ./foo #5818
5+
* Removed "Running with seed" from CLI report (#6088) by @eXorus
6+
* Suggest most similar module in missing module exception #6079 by @c33s
7+
18
#### 4.1.14
29

310
* Improved compatibility logic for Symfony EventDispatcher

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Codecept
1010
{
1111
use DispatcherWrapper;
1212

13-
const VERSION = '4.1.14';
13+
const VERSION = '4.1.15';
1414

1515
/**
1616
* @var \Codeception\PHPUnit\Runner

0 commit comments

Comments
 (0)