From 8eaa41431d6fe4def9905a3029a456fad4177c18 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 19 Mar 2020 21:25:49 +0000 Subject: [PATCH] changelog: Update through HEAD. --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 3ccc449..d975a76 100644 --- a/changelog.md +++ b/changelog.md @@ -65,6 +65,12 @@ - Correctly highlight `[[ foo && bar || baz ]]`. +- Highlight non-executable files in command position correctly (e.g., `% /etc/passwd`) + [#202, #669] + +- Highlight directories in command position correctly, including `AUTO_CD` support + [#669] + # Changes in version 0.7.1 - Remove out-of-date information from the 0.7.0 changelog.