Mention GENERATE decaying inputs in release notes docs

This commit is contained in:
Martin Hořeňovský 2020-11-26 18:35:02 +01:00
parent f36e059453
commit 3bd5fd6bc5
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ new design.
* Event Listener interface has changed
* `TestEventListenerBase` was renamed to `EventListenerBase`
* `EventListenerBase` now directly derives from `IStreamingReporter`, instead of deriving from `StreamingReporterBase`
* `GENERATE` decays its arguments (#2012, #2040)
* This means that `str` in `auto str = GENERATE("aa", "bb", "cc");` is inferred to `char const*` rather than `const char[2]`.
### Improvements