Skip to content

Commit 1e82d8c

Browse files
committed
changelog: Update through HEAD
1 parent dd0cf64 commit 1e82d8c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,28 @@ Whilst under development, the new implementation was known as the
5656

5757
- Add issue #712 to the previous release's changelog (hereinafter).
5858

59+
- Fix highlighting when using an alias twice inside another alias
60+
[#769, #775]
61+
62+
- Remove lint warning for `env` followed by a pipe
63+
[#797]
64+
65+
- Recognize `proxychains` as a precommand
66+
[#814, #914]
67+
68+
- Honor shwordsplit when expanding parameters
69+
[#687, #818]
70+
71+
- Skip highlighting when keys are still pending in more cases
72+
[#835]
73+
74+
- Recognize `grc` as a precommand
75+
76+
- Recognize `torsocks` and `torift` as precommands
77+
[#898]
78+
79+
- Recognize `cpulimit` as a precommand
80+
[#897]
5981

6082
# Changes in 0.8.0-alpha1-pre-redrawhook
6183

@@ -168,6 +190,8 @@ to issue #418.
168190

169191
- Recognize `env` as a precommand (e.g., `env FOO=bar ls`)
170192

193+
- Recognize `ionice` as a precommand
194+
171195
- Recognize `strace` as a precommand
172196

173197
- Fix an error message on stderr before every prompt when the `WARN_NESTED_VAR` zsh option is set:

0 commit comments

Comments
 (0)