Update CHANGELOG.md

This commit is contained in:
James Nugent 2015-11-12 16:58:26 -06:00
parent 839fc5bfee
commit 2dbd9b47e4
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ BUG FIXES:
* provider/aws: Fix issue with order of Termincation Policies in AutoScaling Groups.
This will introduce plans on upgrade to this version, in order to correct the ordering [GH-2890]
* provider/aws: Allow cluster name, not only ARN for `aws_ecs_service` [GH-3668]
* provider/aws: Only set `weight` on an `aws_route53_record` if it has been set in configuration [GH-3900]
* provider/aws: ignore association not exist on route table destroy [GH-3615]
* provider/aws: Fix policy encoding issue with SNS Topics [GH-3700]
* provider/aws: Correctly export ARN in `aws_iam_saml_provider` [GH-3827]