From b92e13acb9dfeb16350edbbd20f2dffee3b7b5a4 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Mon, 18 Jan 2021 13:44:08 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2878fe75..442130aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Fix function coloring for calls with a space before the parentheses (e.g. `foo ()`) - Fix detection of labels indented with a tab - Remove confusing deprecation warning from `StrSplit` function +- Remove variables from outline ## 2.5.12 - 2020-11-08