From 6e5c6cbdea2bcc0786129717755ec4a031753d00 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 31 May 2019 09:45:11 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 977499fde..bc700c63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ BUG FIXES: -core: Always try to select a workspace after initialization [GH-21234] +* core: Always try to select a workspace after initialization [GH-21234] +* config: `distinct` function no longer panics when given an empty list [GH-21538] ## 0.12.0 (May 22, 2019)