From c5878ae632b141470215f7190793889e8ce356ab Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 15 Mar 2020 14:37:04 +0000 Subject: [PATCH] changelog: Update through HEAD. --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 48f59a5..ead1b45 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,14 @@ - Don't error out when `KSH_ARRAYS` is set in the calling scope [#622, #689] +- Literal semicolons in array assignments (`foo=( bar ; baz )`) are now + highlighted as errors. + [3ca93f864fb6] + +- Command separators in array assignments (`foo=( bar | baz )`) are now + highlighted as errors. + [#651, 81267ca3130c] + # Changes in version 0.7.1 - Remove out-of-date information from the 0.7.0 changelog.