Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2019-04-17 07:41:27 -07:00 committed by GitHub
parent ff2de9c818
commit 5f29339121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ BUG FIXES:
* command/plan: Diff renderer will now correctly indicate when adding a new attribute is what forces resource instance replacement. [GH-20827]
* config: The `coalesce` function will now correctly ignore empty strings [GH-21002]
* helper/schema: Prevent crash when setting a `TypeSet` attribute with a typed `nil` of `*schema.Set` [GH-20891]
* core: Restore pre-v0.12 behavior of retaining objects in state if a delete operation fails. [GH-21033]
## 0.12.0-beta1 (Feb 28, 2019)