Skip to content

Commit

Permalink
version bump, fixed changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Mar 31, 2018
1 parent bca3547 commit 853683f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-2.4.md
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
#### 2.4.1

* Fixed `PHP Fatal error: Uncaught Error: Call to undefined method Codeception\Test\Descriptor::getTestDataSetIndex()` when filtering tests
* Fixed "Uncaught Error: Call to undefined method Codeception\Test\Descriptor::getTestDataSetIndex()" error when filtering tests.
* Better support of PHPUnit warning status by @edno:
* support PHPUnit addWarning()
* display 'W' instead of success for warning test cases
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@

class Codecept
{
const VERSION = "2.4.1";
const VERSION = "2.4.2";

/**
* @var \Codeception\PHPUnit\Runner
Expand Down

0 comments on commit 853683f

Please sign in to comment.