diff --git a/ChangeLog-6.5.md b/ChangeLog-6.5.md index 0875178f382..3ebadb670d4 100644 --- a/ChangeLog-6.5.md +++ b/ChangeLog-6.5.md @@ -2,19 +2,31 @@ All notable changes of the PHPUnit 6.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [6.5.14] - 2019-MM-DD + +### Fixed + +* Fixed [#3459](https://github.com/sebastianbergmann/phpunit/issues/3459): `@requires` function swallows digits at the end of function name + ## [6.5.13] - 2018-09-08 +### Fixed + * Fixed [#3181](https://github.com/sebastianbergmann/phpunit/issues/3181): `--filter` should be case-insensitive * Fixed [#3234](https://github.com/sebastianbergmann/phpunit/issues/3234): `assertArraySubset()` with `$strict=true` does not display differences properly * Fixed [#3254](https://github.com/sebastianbergmann/phpunit/issues/3254): TextUI test runner cannot run a `Test` instance that is not a `TestSuite` ## [6.5.12] - 2018-08-22 +### Fixed + * Fixed [#3248](https://github.com/sebastianbergmann/phpunit/issues/3248) and [#3233](https://github.com/sebastianbergmann/phpunit/issues/3233): `phpunit.xsd` dictates element order where it should not * Fixed [#3251](https://github.com/sebastianbergmann/phpunit/issues/3251): TeamCity result logger is missing test duration information ## [6.5.11] - 2018-08-07 +### Fixed + * Fixed [#3219](https://github.com/sebastianbergmann/phpunit/issues/3219): `getMockFromWsdl()` generates invalid PHP code when WSDL filename contains special characters ## [6.5.10] - 2018-08-03 @@ -91,6 +103,7 @@ All notable changes of the PHPUnit 6.5 release series are documented in this fil * Fixed [#2654](https://github.com/sebastianbergmann/phpunit/issues/2654): Problems with `assertJsonStringEqualsJsonString()` * Fixed [#2810](https://github.com/sebastianbergmann/phpunit/pull/2810): Code Coverage for PHPT tests does not work +[6.5.14]: https://github.com/sebastianbergmann/phpunit/compare/6.5.13...6.5.14 [6.5.13]: https://github.com/sebastianbergmann/phpunit/compare/6.5.12...6.5.13 [6.5.12]: https://github.com/sebastianbergmann/phpunit/compare/6.5.11...6.5.12 [6.5.11]: https://github.com/sebastianbergmann/phpunit/compare/6.5.10...6.5.11