Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-06-27 19:07:40 +03:00 committed by GitHub
parent 7775ef809b
commit e7f09ea336
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ BUG FIXES:
* core: the S3 Backend was failing to remove the state file checksums from DynamoDB when deleting a workspace [GH-15383]
* core: Improved reslience against crashes for a certain kind of inconsistency in the representation of list values in state. [GH-15390]
* core: Display correct to and from backends in copy message when migrating to new remote state [GH-15318]
* cli: the state `rm` and `mv` commands were always loading a state from a Backend, and ignoring the `-state` flag [GH-15388]
* cli: certain prompts in `terraform init` were respecting `-input=false` but not the `TF_INPUT` environment variable [GH-15391]