Update release notes with matcher changes

This commit is contained in:
Martin Hořeňovský 2020-03-29 14:57:29 +02:00
parent a25d83d8c4
commit 4d63c36402
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,10 @@
* Various classes not designed for user-extension have been made final
* `ListeningReporter` is now `final`
* Concrete Matchers (e.g. `UnorderedEquals` vector matcher) are now `final`
* `ListeningReporter` is now final
* Matcher namespacing has been redone
* Matcher types are no longer in deeply nested namespaces
* Matcher factory functions are no longer brought into `Catch` namespace
* This means that all public-facing matcher-related functionality is now in `Catch::Matchers` namespace
### Improvements