New and hopefully improved documentation for matchers

This commit is contained in:
Martin Hořeňovský
2020-03-01 15:48:28 +01:00
parent 121f04ffcf
commit 64d7f9b98a
2 changed files with 307 additions and 121 deletions

View File

@@ -61,6 +61,13 @@
* `ListeningReporter` is now final
### Improvements
* Matchers have been extended with the ability to use different signatures of `match` (#1307, #1553, #1554, #1843)
* This includes having templated `match` member function
* See the [rewritten Matchers documentation](matchers.md#top) for details
### Fixes
* The `INFO` macro no longer contains superfluous semicolon (#1456)
* The `--list*` family of command line flags now return 0 on success (#1410, #1146)