From d464d3857fe83d2ce2a3a78338dc928d2ba578c1 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 19 Oct 2016 09:10:24 +0000 Subject: [PATCH] changelog: Write `arg0` entry. --- changelog.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 20782b3..1c94856 100644 --- a/changelog.md +++ b/changelog.md @@ -3,12 +3,6 @@ up to 0020f592c108 # Changes in version 0.5.0 -## TBW: - -- `arg0` style, inheritance, forward compatibility - (12b879caf7a6, da91264122cb, b4537a972eed, bccc3dc26943) - - ## Performance improvements: We thank Sebastian Gniazdowski and "m0viefreak" for significant contributions @@ -77,6 +71,10 @@ in this area. - Non-alphabetic parameters inside double quotes (`"$$"`, `"$#"`, `"$*"`, `"$@"`, `"$?"`, `"$-"`). (4afe670f7a1b, 44ef6e38e5a7) +- Command words from future versions of zsh (forward compatibly). + This also adds an `arg0` style that all other command word styles fall back to. + (b4537a972eed, bccc3dc26943) + ## Fixed highlighting of: