Update CHANGELOG.md
This commit is contained in:
parent
41fc408ed0
commit
86a73701e9
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue