update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2017-02-17 15:26:04 -08:00
parent 23a1dcdec2
commit a2682bc94b
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ BUG FIXES:
0.9.0-beta1 FIXES:
* core: fix local state locking on Windows [GH-12059]
* core: destroy provisioners dependent on module variables work [GH-12063]
* core: resource destruction happens after dependent resources' destroy provisioners [GH-12063]
* core: invalid resource attribute interpolation in a destroy provisioner errors [GH-12063]
* command/init: allow unsetting a backend properly [GH-11988]
* command/apply: fix crash that could happen with an empty directory [GH-11989]