From f64854840c5a4731eb98aa081c525bd224a96b82 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Mon, 21 Mar 2016 18:20:31 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333cc5680..42c0a6a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ FEATURES: IMPROVEMENTS: - * provider/aws: `aws_cloudwatch_log_group` now performs validation on `name` [GH-5444] + * core: provisioners connecting via WinRM now respect HTTPS settings [GH-5761] + * provider/aws: `aws_db_instance` now makes `identifier` optional and generates a unique ID when it is omitted [GH-5723] * provider/aws: `aws_db_instance` now makes `identifier` optional and generates a unique ID when it is omitted [GH-5723] * provider/aws: `aws_redshift_cluster` now allows`publicly_accessible` to be modified [GH-5721]