document changes in CHANGELOG.md

This commit is contained in:
LawAbidingCactus 2019-08-08 12:15:15 +00:00 committed by Fabian Homborg
parent 36b9f1ed9c
commit 1693b53221

View File

@ -22,6 +22,7 @@
- `string split` had a bug where empty strings would be dropped if the output was only empty strings; this has been fixed (#5987).
- `switch` now allows arguments that expand to nothing, like empty variables (#5677).
- The null command (:) now always exits successfully, rather than echoing last return code.
- Cursor configuration instructions for vi-mode have been added to the fish documentation.
### Syntax changes and new commands
- Brace expansion now only takes place if the braces include a "," or a variable expansion, so things like `git reset HEAD@{0}` now work (#5869).