From 2335986a394823942b5cf1991a56ee64cc92958a Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 18 Oct 2016 23:54:52 +0000 Subject: [PATCH] changelog: Add the last few entries. One remains as a TODO. --- changelog.md | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index f088a6e..32a7b8a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,30 @@ 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 +in this area. + +- Optimize string operations in the `main` (default) highlighter. + (#372/3cb58fd7d7b9, 02229ebd6328, ef4bfe5bcc14, #372/c6b6513ac0d6, #374/15461e7d21c3) + +- Command word highlighting: Use the `zsh/parameter` module to avoid forks. + Memoize (cache) the results. + (#298, 3ce01076b521, 2f18ba64e397, 12b879caf7a6; #320, 3b67e656bff5) + +- Avoid forks in the driver and in the `root` highlighter. + (b9112aec798a, 38c8fbea2dd2) + + ## Added highlighting of: - 'pkexec' (a precommand). @@ -107,8 +126,11 @@ up to 0020f592c108 longer considered a command position. (8bf423d16d46) -- Subshells that end at command position, `(true;)`. - (#344, 4fc35362ee5a) +- Subshells that end at command position, `(A=42)`, `(true;)`. + (#231, 7fb6f9979121; #344, 4fc35362ee5a) + +- Command word after array assignment, `a=(lorem ipsum) pwd`. + (#330, 7fb6f9979121) ## API changes (for highlighter authors):