From ab9e98da3c7566048d596c285aef30461b26915f Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Mon, 3 Jun 2019 08:15:29 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc700c63cd..ce5773c26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * core: Always try to select a workspace after initialization [GH-21234] +* command/show: fix inconsistent json output causing a panic [GH-21541] * config: `distinct` function no longer panics when given an empty list [GH-21538] ## 0.12.0 (May 22, 2019)