From 28a17c4b05787af3389e1940d159d39bc1cb82b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20Alexander=20Sei=EF=AC=86rup?= Date: Fri, 2 Aug 2019 12:06:22 +0200 Subject: [PATCH] Document that the : command now always exits successfully --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d7d18fc..c511215d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).