From 4d63c3640222f1dd45e629a526cbd775509c0667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 29 Mar 2020 14:57:29 +0200 Subject: [PATCH] Update release notes with matcher changes --- docs/release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 415ab2e1..d65c88d3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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