changelog: Update through HEAD

This commit is contained in:
Matthew Martin 2023-10-25 22:11:43 -05:00
parent dd0cf649d1
commit 1e82d8c83e

View file

@ -56,6 +56,28 @@ Whilst under development, the new implementation was known as the
- Add issue #712 to the previous release's changelog (hereinafter).
- Fix highlighting when using an alias twice inside another alias
[#769, #775]
- Remove lint warning for `env` followed by a pipe
[#797]
- Recognize `proxychains` as a precommand
[#814, #914]
- Honor shwordsplit when expanding parameters
[#687, #818]
- Skip highlighting when keys are still pending in more cases
[#835]
- Recognize `grc` as a precommand
- Recognize `torsocks` and `torift` as precommands
[#898]
- Recognize `cpulimit` as a precommand
[#897]
# Changes in 0.8.0-alpha1-pre-redrawhook
@ -168,6 +190,8 @@ to issue #418.
- Recognize `env` as a precommand (e.g., `env FOO=bar ls`)
- Recognize `ionice` as a precommand
- Recognize `strace` as a precommand
- Fix an error message on stderr before every prompt when the `WARN_NESTED_VAR` zsh option is set: