diff --git a/CHANGELOG.md b/CHANGELOG.md index cf62e416..e3415fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ ENHANCEMENTS: * storage: `google_storage_object_acl` can more easily swap between `role_entity` and `predefined_acl` ACL definitions. [GH-2316] * storage: `google_storage_bucket` has support for `requester_pays` [GH-2580] * storage: `google_storage_bucket_object` exports `output_name` for interpolations on `name`, allowing you to trigger reapplication of `google_storage_object_acl` on recreated objects. [GH-2914] +* storage: During a force destroy, `google_storage_bucket` will delete objects in parallel instead of serially. [GH-2944] * spanner: `google_spanner_database` is autogenerated and supports timeouts. [GH-2812] * spanner: `google_spanner_instance` is autogenerated and supports timeouts. [GH-2892]