We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d6cb0 commit 818a8b3Copy full SHA for 818a8b3
CHANGELOG-4.x.md
@@ -1,3 +1,9 @@
1
+#### 4.1.21
2
+
3
+* Fix `dry-run` compatibility with symfony/console 5.3
4
+* Coverage: Don't attempt to set cookie domain when it is "localhost" (#6210) by @marcovtwout
5
+* Coverage: Don't attempt to read cookies while an alert is open (#6211) by @marcovtwout
6
7
#### 4.1.20
8
9
* Fix compatibility with PHP 7.0 (#6154)
src/Codeception/Codecept.php
@@ -10,7 +10,7 @@ class Codecept
10
{
11
use DispatcherWrapper;
12
13
- const VERSION = '4.1.20';
+ const VERSION = '4.1.21';
14
15
/**
16
* @var \Codeception\PHPUnit\Runner
0 commit comments