From 692689f0f67db01a70e6777b93c7c4b45e04394d Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Wed, 3 Jan 2018 16:21:17 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b29e74..31693ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,8 +27,9 @@ IMPROVEMENTS: BUG FIXES: * compute: Suppress diff for equivalent value in `google_compute_disk` image field [GH-884] * compute: Read IAP settings properly in `google_compute_backend_service` [GH-907] -* storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated. [GH-848] -* storage: Fix bug preventing the removal of lifecycle rules for a `google_storage_bucket`. [GH-850] +* storage: Fix bug blocking the update of a storage object if its content is dynamic/interpolated [GH-848] +* storage: Fix bug preventing the removal of lifecycle rules for a `google_storage_bucket` [GH-850] +* all: Fix bug causing a perpetual diff when using provider-default zone [GH-914] ## 1.4.0 (December 11, 2017)