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 72ea677 commit cb4c200Copy full SHA for cb4c200
CHANGELOG-5.x.md
@@ -1,3 +1,9 @@
1
+#### 5.3.4
2
+
3
+* Use attributes syntax in gherkin:snippets in #6917
4
+* PHP 8.5: Fix usage of deprecated $http_response_header in #6919
5
+* Do not expect the register_argc_argv ini setting in cli for php >= 8.5 in #6921
6
7
#### 5.3.3
8
9
* Fix empty data provider case by @joester89 in #6866
src/Codeception/Codecept.php
@@ -36,7 +36,7 @@ class Codecept
36
/**
37
* @var string
38
*/
39
- public const VERSION = '5.3.3';
+ public const VERSION = '5.3.4';
40
41
protected ResultAggregator $resultAggregator;
42
0 commit comments