Update CHANGELOG.md

This commit is contained in:
Paul Stack 2017-07-04 22:41:01 +03:00 committed by GitHub
parent 41fc408ed0
commit 86a73701e9
1 changed files with 7 additions and 0 deletions

View File

@ -55,6 +55,13 @@ BUG FIXES:
* provisioner/chef: Prevent a panic while trying to read the connection info ([#15271](https://github.com/hashicorp/terraform/issues/15271))
* provisioner/file: Refactor the provisioner validation function to prevent false positives ([#15273](https://github.com/hashicorp/terraform/issues/15273))
## 0.9.11 (Jul 3, 2017)
BUG FIXES:
* core: Hotfix for issue where a state from a plan was reported as not equal to the same state stored to a backend. This arose from the fix for the previous issue where the incorrect copy of the state was being used when applying with a plan. ([#15460](https://github.com/hashicorp/terraform/issues/15460))
## 0.9.10 (June 29, 2017)
BUG FIXES: