Update CHANGELOG.md

This commit is contained in:
Riley Karson 2019-03-06 13:53:27 -08:00 committed by GitHub
parent 1f5deb662b
commit 03f8e667be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ FEATURES:
ENHANCEMENTS:
* compute: `google_compute_disk` and `google_compute_region-disk` will now detach themselves from a more up to date set of users at delete time. [GH-3154]
* container: `google_container_cluster` can now disable VPC Native clusters with `ip_allocation_policy.use_ip_aliases` [GH-3174]
* pubsub: `google_pubsub_subscription` now supports configuring `message_retention_duration` and `retain_acked_messages`. [GH-3193]
BUG FIXES:
* app_engine: `google_app_engine_application` correctly outputs `gcr_domain`. [GH-3149]