Skip to content

Commit 0de1486

Browse files
Update ChangeLog
1 parent 098648f commit 0de1486

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-8.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [8.5.12] - 2020-MM-DD
6+
7+
### Fixed
8+
9+
* [#4529](https://github.com/sebastianbergmann/phpunit/issues/4529): Debug mode of Xdebug 2 is not disabled for PHPT tests
10+
511
## [8.5.11] - 2020-11-27
612

713
### Changed
@@ -100,6 +106,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
100106
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
101107
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
102108

109+
[8.5.12]: https://github.com/sebastianbergmann/phpunit/compare/8.5.11...8.5
103110
[8.5.11]: https://github.com/sebastianbergmann/phpunit/compare/8.5.10...8.5.11
104111
[8.5.10]: https://github.com/sebastianbergmann/phpunit/compare/8.5.9...8.5.10
105112
[8.5.9]: https://github.com/sebastianbergmann/phpunit/compare/8.5.8...8.5.9

0 commit comments

Comments
 (0)