From a396fdc90705fdea3ddcfc3199da7f91464f85b0 Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 13 Jul 2022 21:42:18 +0800 Subject: [PATCH] CHANGELOG: work on 3.5.1 --- CHANGELOG.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index adf4c0230..7e5921545 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,10 @@ fish 3.5.1 (released ???) ==================================== -This release of fish fixes the following problems identified in fish 3.5.0: +This release of fish fixes a number of problems identified in fish 3.5.0. -- A change in the completion script for ``git`` caused problems when completing ``git blame`` or ``git -C``, which has been fixed (:issue:`9053`). -- On terminals that emit a CSI u sequence for :kbd:`Shift-Space`, fish inserts a space instead of printing an error. (:issue:`9054`). +- Completing ``git blame`` or ``git -C`` works correctly (:issue:`9053`). +- On terminals that emit a ``CSI u`` sequence for :kbd:`Shift-Space`, fish inserts a space instead of printing an error. (:issue:`9054`). --------------