From 799ebbf79bc8c36c8a15c1bd8b4f5857eefb7708 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Thu, 25 Jul 2019 17:36:30 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30653a377a..8799cda629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ BUG FIXES: * config: Improve conditionals to returns the correct type when dynamic values are present but unevaluated [GH-22137] * cli: Fix crash with reset connection during init [GH-22146] * configs/configupgrade: Fix crash with nil hilNode [GH-22181] +* command/fmt: now formats correctly in presence of here-docs [GH-21434] ## 0.12.5 (July 18, 2019)