Skip to content

Commit baccb2d

Browse files
Merge branch '9.4' into master
2 parents 6dec48c + 2b8bdcb commit baccb2d

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.13] - 2020-12-01
6+
7+
### Fixed
8+
9+
* Running tests in isolated processes did not work with PHP 8 on Windows
10+
511
## [8.5.12] - 2020-11-30
612

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

119+
[8.5.13]: https://github.com/sebastianbergmann/phpunit/compare/8.5.12...8.5.13
113120
[8.5.12]: https://github.com/sebastianbergmann/phpunit/compare/8.5.11...8.5.12
114121
[8.5.11]: https://github.com/sebastianbergmann/phpunit/compare/8.5.10...8.5.11
115122
[8.5.10]: https://github.com/sebastianbergmann/phpunit/compare/8.5.9...8.5.10

0 commit comments

Comments
 (0)