From 5750351210573f8a43590d3dbc5e1c8c122dcc45 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Tue, 13 Apr 2021 16:58:22 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 171036b0e..cf20c5862 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,6 +34,8 @@ Interactive improvements - The :kbd:`F1` binding, which opens the manual page for the current command, now clears the screen with new ``less`` versions (:issue:`7863`). - ``fish --help`` is more helpful if the documentation isn't installed (:issue:`7824`). - ``funced`` won't include an entry on where a function is defined, thanks to the new ``functions --no-details`` option (:issue:`7879`). +- The git prompt now has the same symbol order in normal and "informative" mode, and it's customizable via ``$__fish_git_prompt_status_order`` (:issue:`7926`). +- The git prompt now shows staged state in non-informative mode even when not told to show "dirty" files. New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^