From c7b51b360dd9f72f5d760991a7125e8399569ce3 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 21 Sep 2020 21:01:44 +0200 Subject: [PATCH] CHANGELOG [ci skip] --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e9bea21ce..5c80392bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -79,6 +79,8 @@ Scripting improvements - ``complete`` can now show the loaded completions for only specific commands, and do without ``-c`` (``complete git`` is now valid) (#7321). - ``set_color -b`` (without an argument) no longer prints an error message, matching other invalid invocations of this command (#7154). - Functions triggered by the ``fish_exit`` event are correctly run when the terminal is closed or the shell receives SIGHUP (#7014). +- ``type`` is now a builtin and therefore much faster (#7342). +- ``string replace`` no longer errors if a capturing group wasn't matched, instead treating it as empty (#7343). Interactive improvements ------------------------