From a1581695f2de23c606de6fcf5e4b72d86f6c26dd Mon Sep 17 00:00:00 2001 From: Paddy Date: Thu, 11 Oct 2018 23:23:52 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646ae83a..6c33df34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,15 @@ BUG FIXES: * all: fix deprecation links in resources [GH-2197] [GH-2196] +* cloudfunctions: fix panic when creating or updating triggers [GH-2229] * compute: allow instance templates to have disks with no source image set [GH-2218] +* compute: fix panic when creating or updating backend services [GH-2229] +* compute: fix panic when creating or updating security policies [GH-2229] +* container: fix panic when creating or updating clusters [GH-2229] +* organization: fix panic when creating or updating organization policy [GH-2229] * project: fix plan output when app engine api is not enabled [GH-2204] +* pubsub: fix panic when creating or updating subscription [GH-2229] +* sql: fix panic when creating or updating instance [GH-2229] ## 1.19.0 (October 08, 2018)