From 91d52536f7ea917e0dda1fa087e774d1f9f94dde Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 3 Jul 2019 09:42:04 -0400 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11e997210..5556e85a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,10 @@ 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] +* plugin/sdk: Don't add null elements to diagnostic paths when validating config [GH-21884] * 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] +* config: Fix conditionals to evaluate to the correct type when using null [GH-21957] ## 0.12.3 (June 24, 2019)