Update CHANGELOG.md

This commit is contained in:
James Nugent 2015-11-29 13:37:46 +00:00
parent 6d4ddfa877
commit cc3dcbe48d

View File

@ -14,6 +14,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: Fix a bug which prevented HEREDOC syntax being used in lists [GH-4078]
* provider/aws: Fix a bug which could result in a panic when reading EC2 metadata [GH-4024]
* provider/aws: Fix issue recreating security group rule if it has been destroyed [GH-4050]
* provisioner/chef: Fix issue with path separators breaking the Chef provisioner on Windows [GH-4041]