From 42dd317f1077b14aca89f64b719c2b54a1fc9f0f Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Thu, 11 Oct 2018 16:11:05 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646ae83a..77f3b353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * all: fix deprecation links in resources [GH-2197] [GH-2196] +* all: fix panics caused by including empty blocks with lists [GH-2229] [GH-2233] [GH-2239] * compute: allow instance templates to have disks with no source image set [GH-2218] * project: fix plan output when app engine api is not enabled [GH-2204]