From 8f29e2e11f0a0be0d838c1307470827239bcba2d Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 21 Jun 2019 14:31:55 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a6da575..361b726d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ ENHANCEMENTS: BUG FIXES: -* config: Can now use references like `tags["foo"]` in `ignore_changes` to ignore in-place updates to specific keys in a map [GH-21788] +* configs: Can now use references like `tags["foo"]` in `ignore_changes` to ignore in-place updates to specific keys in a map [GH-21788] +* configs: Fix panic on missing value for `version` attribute in `provider` blocks. [GH-21825] * lang/funcs: Fix `merge` panic on null values. Now will give an error if null used [GH-21695] * backend/remote: Fix "Conflict" error if the first state snapshot written after a Terraform CLI upgrade has the same content as the prior state. [GH-21811] * backend/s3: Fix AWS shared configuration file credential source not assuming a role with environment and ECS credentials [GH-21815]