Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-11-16 17:55:25 -06:00
parent 010293992a
commit 1905766cf8
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ IMPROVEMENTS:
* provider/aws: `engine_version` is now optional for DB Instance [GH-3744]
* provider/aws: Add configuration to enable copying RDS tags to final snapshot [GH-3529]
* provider/aws: RDS Cluster additions (`backup_retention_period`, `preferred_backup_window`, `preferred_maintenance_window`) [GH-3757]
* providers/aws: Document and validate ELB ssl_cert and protocol requirements [GH-3887]
* provider/aws: Document and validate ELB ssl_cert and protocol requirements [GH-3887]
* provider/azure: Read publish_settings as contents instead of path [GH-3899]
* provider/openstack: Use IPv4 as the defeault IP version for subnets [GH-3091]
* provider/aws: Apply security group after restoring db_instance from snapshot [GH-3513]
* provider/aws: Making the AutoScalingGroup name optional [GH-3710]