From 4c798ce3b4b09dd5b53229acc0292e3b5e5ec4e9 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Tue, 2 May 2017 21:11:15 -0700 Subject: [PATCH] update changelog to include fix for #1432 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a9e6c0a..3cf3cdd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - `bg`s argument parsing has been reworked. It now fails for invalid arguments but allows non-existent jobs (#3909). - fish will now reset $USER if the uid is 0. This is to workaround some su implementations that pass along $USER when switching to root (#3944). - Our python-using functions now pick any python version (preferring python3), making dependencies on a specific python version unnecessary (#3970). +- The presentation of functions in the `fish_config` web UI are now syntax colored (#1432). ---