From adabe03676f87f4f5c9dafe3ba9c71d37b0b2bf4 Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Wed, 26 Jun 2019 11:29:41 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cdc3dde..a0d2d5dda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ BUG FIXES: * plugin/sdk: Prevent empty strings from being replaces 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] ## 0.12.3 (June 24, 2019)