From 4d020772f9203f77e398bc4eac994d35fb099189 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 16 Nov 2018 10:49:29 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c8d1c5..b0a6ee67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ BACKWARDS INCOMPATIBILITIES: * storage: `google_storage_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. Use `google_storage_object_access_control` for fine-grained management. [GH-2316] * storage: `google_storage_default_object_acl.role_entity` is now authoritative and will remove values not explicitly set in config. [GH-2345] - FEATURES: * `2.0.0` is the first release including Open in Cloud Shell. Examples in the documentation for Magic Modules resources now have Open in Cloud Shell links in their documentation that open them in an interactive editor and shell - all without @@ -35,7 +34,6 @@ for more details. * **New Resource**: `google_monitoring_notification_channel` [GH-2452] * **New Resource**: `google_monitoring_group` [GH-2451] - ENHANCEMENTS: * bigquery: Add `default_partition_expiration_ms` field to `google_bigquery_dataset` resource. [GH-2287] * bigtable: Add `column_family` at create time to `google_bigtable_table`. [GH-2228]