Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2016-02-09 11:12:45 -06:00
parent 9a00675262
commit c628dd9247
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ BUG FIXES:
* core: Fix bug where `ignore_changes` could produce "diffs didn't match during apply" errors [GH-4965]
* core: Improve handling of Provisioners in the graph, fixing "Provisioner already initialized" errors [GH-4877]
* core: fix bug detecting deeply nested module orphans [GH-5022]
* core: Fix bug detecting deeply nested module orphans [GH-5022]
* core: Fix race condition when handling tainted resource destroys [GH-5026]
* provider/openstack: Fix crash when `access_network` was not defined in instances [GH-4966]
* provider/aws: Fix DynamoDB Table Refresh to ensure deleted tables are removed from state [GH-4943]
* provider/cloudflare: `ttl` no longer shows a change on each plan on `cloudflare_record` resources [GH-5042]