From a814b03ec490d5a3d61558bed2714e9b02a97c63 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 14 Jan 2022 09:33:54 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog-9.5.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-9.5.md b/ChangeLog-9.5.md index 00f707e11e5..e0a72dae88c 100644 --- a/ChangeLog-9.5.md +++ b/ChangeLog-9.5.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 9.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [9.5.12] - 2022-MM-DD + +### Fixed + +* [#4799](https://github.com/sebastianbergmann/phpunit/pull/4799): Memory leaks in `PHPUnit\Framework\TestSuite` class + ## [9.5.11] - 2021-12-25 ### Changed @@ -103,6 +109,7 @@ All notable changes of the PHPUnit 9.5 release series are documented in this fil * [#4535](https://github.com/sebastianbergmann/phpunit/issues/4535): `getMockFromWsdl()` does not handle methods that do not have parameters correctly +[9.5.12]: https://github.com/sebastianbergmann/phpunit/compare/9.5.11...9.5 [9.5.11]: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11 [9.5.10]: https://github.com/sebastianbergmann/phpunit/compare/9.5.9...9.5.10 [9.5.9]: https://github.com/sebastianbergmann/phpunit/compare/9.5.8...9.5.9