Update CHANGELOG.md

This commit is contained in:
Radek Simko 2015-06-29 20:42:25 +01:00
parent a8b6f04555
commit 3741f1fd22
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ IMPROVEMENTS:
* provider/aws: Add validation for aws_launch_configuration [GH-2519]
* provider/aws: Add validation for aws_autoscaling_group.name [GH-2520]
* provider/aws: Add validation for aws_iam_role.name [GH-2521]
* provider/aws: Add validation for aws_iam_role_policy.name [GH-2552]
* provider/aws: Add validation for aws_iam_instance_profile.name [GH-2553]
* provider/aws: aws_auto_scaling_group.default_cooldown no longer requires
resource replacement [GH-2510]
* provider/aws: add AH and ESP protocol integers [GH-2321]