From 3100cd1bb7ea1471b8e91497ec42594e80dc7efb Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 10 Apr 2021 17:20:27 +0200 Subject: [PATCH] CHANGELOG --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36fcbf2fd..aa35ac8c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -41,7 +41,7 @@ New or improved bindings Improved prompts ^^^^^^^^^^^^^^^^ - The default Vi mode prompt now uses foreground instead of background colors, making it less obtrusive (:issue:`7880`). -- Performance of the git prompt is improved somewhat (:issue:`7871`). +- Performance of the "informative" git prompt is improved somewhat (:issue:`7871`). This is still slower than the non-informative version by its very nature. In particular it is IO-bound, so it will be very slow on slow disks or network mounts. Completions ^^^^^^^^^^^ @@ -53,7 +53,7 @@ Completions Improved terminal support ^^^^^^^^^^^^^^^^^^^^^^^^^ -- *This placeholder silences a sphinx doc warning, so the last section is not empty.* +- fish no longer performs the PROMPT_SP hack to get onto a new line during startup, this prevents ``⏎`` from showing up if the terminal is resized at the wrong time, which can happen in tiling window managers (:issue:`7893`). --------------