Merge pull request #1700 from claremacrae/patch-3

Fix typo in 2.7.1 release notes
This commit is contained in:
Martin Hořeňovský
2019-07-22 12:13:29 +02:00
committed by GitHub

View File

@@ -88,7 +88,7 @@
### Improvements ### Improvements
* Reporters now print out the filters applied to test cases (#1550, #1585) * Reporters now print out the filters applied to test cases (#1550, #1585)
* Added `GENERATE_COPY` and `GENERATE_VAR` macros that can use variables inside the generator expression * Added `GENERATE_COPY` and `GENERATE_REF` macros that can use variables inside the generator expression
* Because of the significant danger of lifetime issues, the default `GENERATE` macro still does not allow variables * Because of the significant danger of lifetime issues, the default `GENERATE` macro still does not allow variables
* The `map` generator helper now deduces the mapped return type (#1576) * The `map` generator helper now deduces the mapped return type (#1576)