From a3e0a237858f05c416fb651e790debbd773f05f5 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Wed, 11 Sep 2019 09:37:17 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2379fc6e6..a9244abdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ENHANCEMENTS: * provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client +* config: add source addressing to unknown value errors in `for_each` [GH-22760] BUG FIXES: * command/console: support -var and -var-file flags [GH-22145] * config: The `cidrhost`, `cidrsubnet`, and `cidrnetmask` functions now behave correctly with IPv6 prefixes that are short enough for the host portion to be greater than 64-bit or 32-bit (depending on the target architecture). [GH-22505] +* config: Fixed bug on empty sets with `for_each` [GH-22281] ## 0.12.8 (September 04, 2019)