Update CHANGELOG for #20891

This commit is contained in:
Brian Flad 2019-04-03 08:54:39 -04:00
parent d5a8545a15
commit 87f141000b
No known key found for this signature in database
GPG Key ID: EC6252B42B012823
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ BUG FIXES:
* command/state mv: Some regressions between 0.11 and 0.12 have been addressed. [GH-20719]
* command/plan: Diff renderer will no longer panic if an object is removed from the end of a list of objects. [GH-20765]
* command/plan: Diff renderer will now correctly indicate when adding a new attribute is what forces resource instance replacement. [GH-20827]
* helper/schema: Prevent crash when setting a `TypeSet` attribute with a typed `nil` of `*schema.Set` [GH-20891]
## 0.12.0-beta1 (Feb 28, 2019)