From 29121ffc4cf6128b8cb6a7a54d51b2f60dc246f5 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 2 Jan 2021 22:18:14 -0800 Subject: [PATCH] Relnote fixes for #7589 and #1383 --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b056cff82..68ddea838 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -153,6 +153,8 @@ Interactive improvements - ``fish_trace`` output now starts with ``->`` like ``fish --profile``'s, making the depth more visible (:issue:`7538`). - Resizing the terminal window no longer produces a corrupted prompt (:issue:`6532`). - ``functions`` produces an error rather than crashing on certain invalid arguments (:issue:`7515`). +- ``fish_private_mode`` may now be changed dynamically using ``set`` (:issue:`7589`). +- Commands with leading spaces may be retrieved from history with up-arrow until a new command is run, matching zsh's ``HIST_IGNORE_SPACE`` (:issue:`1383`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^