forked from catchorg/Catch2
Update release notes with matcher changes
This commit is contained in:
@@ -61,7 +61,10 @@
|
|||||||
* Various classes not designed for user-extension have been made final
|
* Various classes not designed for user-extension have been made final
|
||||||
* `ListeningReporter` is now `final`
|
* `ListeningReporter` is now `final`
|
||||||
* Concrete Matchers (e.g. `UnorderedEquals` vector matcher) are 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
|
### Improvements
|
||||||
|
Reference in New Issue
Block a user