diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e3ea070..ecb7cdb1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: