diff --git a/changelog.md b/changelog.md index d1a01ab..21c6b2a 100644 --- a/changelog.md +++ b/changelog.md @@ -65,7 +65,7 @@ This is a stable bugfix and feature release. Major new features and changes inc - Highlight numeric globs (e.g., `echo /lib<->`) -- Assorted improvement to aliases highlighting +- Assorted improvements to aliases highlighting (e.g., `alias sudo_u='sudo -u'; sudo_u jrandom ls`, `alias x=y y=z z=nosuchcommand; x`,