Update CHANGELOG.md

This commit is contained in:
Radek Simko 2015-06-26 15:54:41 +01:00
parent 9528ff1e0a
commit 12c6ea510b
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ IMPROVEMENTS:
* provider/aws: Add validation for aws_db_instance.identifier [GH-2516]
* provider/aws: Add validation for aws_elb.name [GH-2517]
* provider/aws: Add validation for aws_security_group (name+description) [GH-2518]
* 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: aws_auto_scaling_group.default_cooldown no longer requires
resource replacement [GH-2510]
* provider/aws: add AH and ESP protocol integers [GH-2321]