Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-02-23 12:14:16 -06:00
parent d1f8a214ae
commit 09d320fd94
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ BUG FIXES:
* core: Improve handling of Provisioners in the graph, fixing "Provisioner already initialized" errors [GH-4877]
* core: Skip `create_before_destroy` processing during a `terraform destroy`, solving several issues preventing `destroy`
from working properly with CBD resources [GH-5096]
* core: Error instead of panic on self var in wrong scope [GH-5273]
* provider/aws: Fix Copy of Tags to DB Instance when created from Snapshot [GH-5197]
* provider/aws: Fix DynamoDB Table Refresh to ensure deleted tables are removed from state [GH-4943]
* provider/aws: Fix ElasticSearch `domain_name` validation [GH-4973]