From a3c1757e479fdb96ddfdd09a258b33638f3d5474 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 13 Mar 2020 23:13:01 +0000 Subject: [PATCH] changelog: Update through HEAD. --- changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.md b/changelog.md index 9779223..48f59a5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,14 @@ +# Changes in HEAD + +- Redirection operators (e.g., `<` and `>`) are now highlighted by default + [#646] + +- Propertly terminate `noglob` scope in try/always blocks + [#577] + +- Don't error out when `KSH_ARRAYS` is set in the calling scope + [#622, #689] + # Changes in version 0.7.1 - Remove out-of-date information from the 0.7.0 changelog.