From 1905766cf81e0230746e2ddd544d5af12e54547d Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 16 Nov 2015 17:55:25 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b6338f3e..90e108fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]