Update CHANGELOG.md

This commit is contained in:
James Nugent 2015-12-01 16:16:23 -05:00
parent 8142b67267
commit 50bb0e6b4a
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ BUG FIXES:
* core: Fix a bug which prevented HEREDOC syntax being used in lists [GH-4078]
* core: Fix a bug which prevented HEREDOC syntax where the anchor ends in a number [GH-4128]
* core: Fix a bug which prevented HEREDOC syntax being used with Windows line endings [GH-4069]
* 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]
* provider/aws: Fix issue with some attributes in Spot Instance Requests returning as nil [GH-4132]