From 900c0fd58ac8c03b32ff0eb323ffa7865badfbaf Mon Sep 17 00:00:00 2001 From: Lars Wander Date: Thu, 18 Aug 2016 10:30:03 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c736e624..0ca5eb108b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ IMPROVEMENTS * provider/vsphere: Standardizing datastore references to use builtin Path func [GH-8075] * provider/consul: add tls config support to consul provider [GH-7015] * remote/consul: Support setting datacenter when using consul remote state [GH-8102] + * provider/google: Support Import of `google_compute_firewall` [GH-8236] BUG FIXES: * core: Fix issue preventing `taint` from working with resources that had no other attributes in their diff [GH-8167]