X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphpunit%2Fphpunit%2FChangeLog-4.5.md;fp=vendor%2Fphpunit%2Fphpunit%2FChangeLog-4.5.md;h=2313de10e6eec20dce2937b6c33d8fc0d57607f3;hp=0000000000000000000000000000000000000000;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/phpunit/phpunit/ChangeLog-4.5.md b/vendor/phpunit/phpunit/ChangeLog-4.5.md new file mode 100644 index 000000000..2313de10e --- /dev/null +++ b/vendor/phpunit/phpunit/ChangeLog-4.5.md @@ -0,0 +1,28 @@ +# Changes in PHPUnit 4.5 + +All notable changes of the PHPUnit 4.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. + +## [4.5.1] - 2015-03-29 + +## [4.5.0] - 2015-02-05 + +### Added + +* Added out-of-the-box support for [Prophecy](https://github.com/phpspec/prophecy) +* Implemented [#137](https://github.com/sebastianbergmann/phpunit/issues/137): Add support for variable number of tests shown per line in default result printer + +### Changed + +* Merged [#1478](https://github.com/sebastianbergmann/phpunit/issues/1478): Improve the performance of `PHPUnit_Framework_Constraint_IsEqual` (which is used by `assertEquals()`, for instance) for the most common case + +### Deprecated + +* [Deprecated](https://github.com/sebastianbergmann/phpunit/commit/7abe7796f77b13fdf3cfc506fb987d6c2ab477f5) the `--strict` commandline option and the XML configuration's `strict` attribute + +### Fixed + +* Fixed [#1474](https://github.com/sebastianbergmann/phpunit/issues/1474): Allow the registration of custom comparators for `assertEquals()` et al. (again) + +[4.5.1]: https://github.com/sebastianbergmann/phpunit/compare/4.5.0...4.5.1 +[4.5.0]: https://github.com/sebastianbergmann/phpunit/compare/4.4...4.5.0 +