mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Mention GENERATE decaying inputs in release notes docs
This commit is contained in:
parent
f36e059453
commit
3bd5fd6bc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user