We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6678c commit bf2d786Copy full SHA for bf2d786
CHANGELOG-4.1.md
@@ -1,3 +1,7 @@
1
+#### 4.1.14
2
+
3
+* Improved compatibility logic for Symfony EventDispatcher
4
5
#### 4.1.13
6
7
* Gherkin: Fixed loading methods from namespaced helper classes #6057
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.13';
+ const VERSION = '4.1.14';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments