Update CHANGELOG.md

This commit is contained in:
James Nugent 2015-11-27 09:02:14 +00:00
parent 915d30721e
commit a1d05e2a4c
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ FEATURES:
IMPROVEMENTS:
* provider/cloudstack: Reduce the number of network calls required for common operations [GH-4051]
* provider/aws: Changing `publically_accessible` on an `aws_db_instance` will no longer force a new resource [GH-3895]
* provider/aws: `block_duration_minutes` can now be set for spot instance requests [GH-4071]
* provider/aws: Make `publically_accessible` on an `aws_db_instance` update existing instances instead of forcing new ones [GH-3895]
* provider/aws: Allow `block_duration_minutes` to be set for spot instance requests [GH-4071]
* provider/aws: Make setting `acl` on S3 buckets update existing buckets instead of forcing new ones [GH-4080]
BUG FIXES: