Skip to content

Commit

Permalink
Fix typo in 2.7.1 release notes
Browse files Browse the repository at this point in the history
GENERATE_VAR -> GENERATE_REF
  • Loading branch information
claremacrae committed Jul 21, 2019
1 parent fb74bb1 commit 032068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

### Improvements
* 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
* The `map` generator helper now deduces the mapped return type (#1576)

Expand Down

0 comments on commit 032068b

Please sign in to comment.