From a579ae15b083d782245d6ae359911421808c80ea Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 10 Jan 2022 12:24:53 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f61750fda..59307b611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 1.2.0 (Unreleased) +ENHANCEMENTS: + +* The "Invalid for_each argument" error message for unknown maps/sets now includes an additional paragraph to try to help the user notice they can move apply-time values into the map _values_ instead of the map _keys_, and thus avoid the problem without resorting to `-target`. [GH-30327] ## Previous Releases