Document that the : command now always exits successfully

This commit is contained in:
Klaus Alexander Seistrup 2019-08-02 12:06:22 +02:00 committed by Fabian Homborg
parent 7046d251d9
commit 28a17c4b05

View File

@ -21,6 +21,7 @@
- Empty universal variables may now be exported (#5992).
- `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.
### 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).