From 1af1e7b69ba1f1ff97f4285fe3ad3a303cb41509 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 2 Jun 2020 17:39:36 +0200 Subject: [PATCH] CHANGELOG: Fix formatting --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index af0a9fc20..bacf57e85 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -47,7 +47,7 @@ Scripting improvements - The ``true`` and ``false`` builtins ignore any arguments, like other shells (#7030). - Computed ("electric") variables are now only global in scope, so ``set -Uq status`` returns false (#7032). -- ``set --show``s output has been shortened, only mentioning the scopes in which a variable exists (#6944). +- The output for ``set --show`` has been shortened, only mentioning the scopes in which a variable exists (#6944). - A new ``fish_posterror`` event fires when attempting to execute a command with syntax errors (#6880). - ``fish_indent`` now removes spurious quotes in simple cases (#6722) - ``pushd`` only adds a directory to the stack if changing to it was successful.