From 924e28bef19d004f31cd95e3313cdbc3915523b2 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Tue, 2 Jul 2019 15:41:53 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc08ab963..b11e99721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,13 @@ NEW FEATURES: * lang/funcs: new `abspath` function returns the absolute path to a given file [GH-21409] + BUG FIXES: * plugin/sdk: Prevent empty strings from being replaced with default values [GH-21806] * plugin/sdk: Ensure resource timeouts are not lost when there is an empty plan [GH-21814] * lang/funcs: Add missing map of bool support for `lookup` [GH-21863] +* config: Fix issue with downloading BitBucket modules from deprecated V1 API by updating go-getter dependency [GH-21948] ## 0.12.3 (June 24, 2019)