Skip to content

Commit daf4fe1

Browse files
committed
4.1.16
1 parent fbea643 commit daf4fe1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG-4.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 4.1.16
2+
3+
* Detect the suite from a test path relative to the current working dir (#6051)
4+
* GroupManager: Fixed bug introduced in 4.1.15
5+
* Show location of warning in error message (#6090)
6+
17
#### 4.1.15
28

39
* GroupManager: Show which group contains a missing file #5938

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.15';
13+
const VERSION = '4.1.16';
1414

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

0 commit comments

Comments
 (0)