From 032068b889826a881cd7c817ab6fd31f141ad755 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sun, 21 Jul 2019 22:04:50 +0100 Subject: [PATCH] Fix typo in 2.7.1 release notes GENERATE_VAR -> GENERATE_REF --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index d7ed4cd4..3b67e147 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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)