From 37e9a3067fc3e0c9736e691de154025ff1b4601f Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 7 Jun 2020 16:28:23 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 323463763..cbfeccc66 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -30,6 +30,7 @@ Notable improvements and fixes - ``:`` (for doing nothing) and ``.`` (as a less readable name for ``source``) have also been made proper builtins rather than wrapper functions (#6854). - ``fish_preexec`` and ``fish_postexec`` events are no longer triggered for empty commands. +- The ``test`` builtin now better shows where an error occured (#6030). Syntax changes and new commands -------------------------------