Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-12-08 20:16:06 -06:00
parent edaf5795a5
commit 8271c79b40
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: skip provider input for deprecated fields [GH-4193]
* core: Fix issue which could cause fields that become empty to retain old values in the state [GH-3257]
* provider/docker: Fix an issue running with Docker Swarm by looking up containers by ID instead of name [GH-4148]
* provider/openstack: Better handling of load balancing resource state changes [GH-3926]
* provider/aws: Skip `source_security_group_id` determination logic for Classic ELBs [GH-4075]