Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-03-21 18:20:31 +00:00
parent f46a629d72
commit f64854840c
1 changed files with 2 additions and 1 deletions

View File

@ -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]