From 67e742fa290364d18f7654b632a9e2cc378ebb48 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 13 Sep 2019 10:52:54 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef2759d2..77e379d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ENHANCEMENTS: BUG FIXES: * command/console: support -var and -var-file flags [GH-22145] +* command/show: Fixed bug with wrong errors being returned or swallowed. [GH-22772] * config: The `cidrhost`, `cidrsubnet`, and `cidrnetmask` functions now behave correctly with IPv6 prefixes that are short enough for the host portion to be greater than 64-bit or 32-bit (depending on the target architecture). [GH-22505] * config: Fixed bug on empty sets with `for_each` [GH-22281]