diff --git a/ChangeLog-8.5.md b/ChangeLog-8.5.md index fded2136432..f3956cb4d4c 100644 --- a/ChangeLog-8.5.md +++ b/ChangeLog-8.5.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [8.5.36] - 2023-12-01 + +### Fixed + +* [#5596](https://github.com/sebastianbergmann/phpunit/issues/5596): `PHPUnit\Framework\TestCase` has `@internal` annotation in PHAR + ## [8.5.35] - 2023-12-01 ### Added @@ -280,6 +286,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil * [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable` * [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside +[8.5.36]: https://github.com/sebastianbergmann/phpunit/compare/8.5.35...8.5.36 [8.5.35]: https://github.com/sebastianbergmann/phpunit/compare/8.5.34...8.5.35 [8.5.34]: https://github.com/sebastianbergmann/phpunit/compare/8.5.33...8.5.34 [8.5.33]: https://github.com/sebastianbergmann/phpunit/compare/8.5.32...8.5.33