CHANGELOG: Fix formatting

This commit is contained in:
Fabian Homborg 2020-06-02 17:39:36 +02:00
parent 146ec619d9
commit 1af1e7b69b

View File

@ -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.