Skip to content

Commit 818a8b3

Browse files
committed
4.1.21
1 parent 91d6cb0 commit 818a8b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG-4.x.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
#### 4.1.20
28

39
* Fix compatibility with PHP 7.0 (#6154)

src/Codeception/Codecept.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Codecept
1010
{
1111
use DispatcherWrapper;
1212

13-
const VERSION = '4.1.20';
13+
const VERSION = '4.1.21';
1414

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

0 commit comments

Comments
 (0)