From 15f49767432f03a1341147585a9e59970c2660b3 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 10 May 2017 14:50:53 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 447fa5c36..fe659c180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ IMPROVEMENTS: * provider/google: Add `path` to `google_pubsub_subscription` [GH-14238] * provider/google: Improve Service Account by offering to recreate if missing [GH-14282] * provider/google: Add additional properties for google resource storage bucket object [GH-14259] +* provider/google: Handle all 404 checks in read functions via the new function [GH-14335] * provider/heroku: import heroku_app resource [GH-14248] * provider/nomad: Add TLS options [GH-13956] * provider/triton: Add support for reading provider configuration from `TRITON_*` environment variables in addition to `SDC_*`[GH-14000]