From 4dd025ee3933048ea53329002c06304f0f21a569 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Thu, 2 May 2019 11:42:25 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e7f24b..d5f7fdfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ BUG FIXES: * compute: `google_compute_subnetwork.secondary_ip_ranges` doesn't cause a diff on out of band changes, allows updating to empty list of ranges. [GH-3496] * container: `google_container_cluster` setting networks / subnetworks by name works with `location`. [GH-3492] * container: `google_container_cluster` removed an overly restrictive validation restricting `node_pool` and `remove_default_node_pool` being specified at the same time. [GH-3497] +* storage: `data_source_google_storage_bucket_object` now correctly URL encodes the slashes in a file name [GH-1613] ## 2.5.1 (April 22, 2019)