Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2020-03-05 08:15:57 -05:00 committed by GitHub
parent 7f1b0a4681
commit 9280b7787a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ ENHANCEMENTS:
BUG FIXES:
* cli: Fix `terraform state mv` to correctly set the resource each mode based on the target address [GH-24254]
* cli: The `terraform plan` command (and the implied plan run by `terraform apply` with no arguments) will now print any warnings that were generated even if there are no changes to be made. [GH-24095]
* command/show (json output): fix inconsistency in resource addresses between plan and prior state output [GH-24256]
* core: Instances are now destroyed only using their stored state, removing many cycle errors [GH-24083]
---