Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-06-20 06:26:45 -07:00 committed by GitHub
parent 2fb11271b6
commit 9997670cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ 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]
* 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]