From 5498a33d1b93e2fc7da76f59b44a5009d70a9578 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Thu, 21 Dec 2017 10:02:44 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228e9c84..a88eb7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: * compute: More descriptive error message for health check not found in `google_compute_target_pool` [GH-883] BUG FIXES: +* compute: Suppress diff for equivalent value in `google_compute_disk` image field [GH-884] * 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]