Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-03-21 18:51:14 +00:00
parent fb92896326
commit 00b349bd57
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ IMPROVEMENTS:
* 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_redshift_cluster` now allows`publicly_accessible` to be modified [GH-5721]
* provider/aws: `aws_kms_alias` now allows name to be auto-generated with a `name_prefix` [GH-5594]
BUG FIXES: