Skip to content

Commit

Permalink
Closes #3950
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 21, 2019
1 parent 56e5121 commit f2eeaa3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog-8.5.md
Expand Up @@ -9,5 +9,9 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
* Implemented [#3911](https://github.com/sebastianbergmann/phpunit/issues/3911): Support combined use of `addMethods()` and `onlyMethods()`
* Implemented [#3949](https://github.com/sebastianbergmann/phpunit/issues/3949): Introduce specialized assertions `assertFileEqualsCanonicalizing()`, `assertFileEqualsIgnoringCase()`, `assertStringEqualsFileCanonicalizing()`, `assertStringEqualsFileIgnoringCase()`, `assertFileNotEqualsCanonicalizing()`, `assertFileNotEqualsIgnoringCase()`, `assertStringNotEqualsFileCanonicalizing()`, and `assertStringNotEqualsFileIgnoringCase()` as alternative to using `assertFileEquals()` etc. with optional parameters

### Changed

* Implemented [#3950](https://github.com/sebastianbergmann/phpunit/issues/3950): Deprecate optional parameters of `assertFileEquals()` etc.

[8.5.0]: https://github.com/sebastianbergmann/phpunit/compare/8.4...master

0 comments on commit f2eeaa3

Please sign in to comment.