diff --git a/ChangeLog-7.5.md b/ChangeLog-7.5.md index 1c107d71487..10f6e32d746 100644 --- a/ChangeLog-7.5.md +++ b/ChangeLog-7.5.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 7.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [7.5.13] - 2019-MM-DD + +### Fixed + +* Fixed [#3723](https://github.com/sebastianbergmann/phpunit/pull/3723): Unescaped dash in character group in regular expression + ## [7.5.12] - 2019-05-28 ### Changed @@ -119,6 +125,7 @@ All notable changes of the PHPUnit 7.5 release series are documented in this fil * Fixed [#3429](https://github.com/sebastianbergmann/phpunit/pull/3429): Inefficient loop in `getHookMethods()` * Fixed [#3437](https://github.com/sebastianbergmann/phpunit/pull/3437): JUnit logger skips PHPT tests +[7.5.13]: https://github.com/sebastianbergmann/phpunit/compare/7.5.12...7.5.13 [7.5.12]: https://github.com/sebastianbergmann/phpunit/compare/7.5.11...7.5.12 [7.5.11]: https://github.com/sebastianbergmann/phpunit/compare/7.5.10...7.5.11 [7.5.10]: https://github.com/sebastianbergmann/phpunit/compare/7.5.9...7.5.10