From 61a637bcc587d21e027376dfffd3ed19e575860b Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 6 Jul 2021 22:20:17 +0800 Subject: [PATCH] CHANGELOG: work on 3.3.1 --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2adf91335..3befe7ee1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,17 @@ +fish 3.3.1 (released July XX, 2021) +================================== + +This release of fish fixes the following problems identified in fish 3.3.0: + +- The prompt and command line are redrawn correctly in response to universal variable changes (:issue:`8088`). +- A superfluous error that was produced when setting the ``PATH`` or ``CDPATH`` environment variables to include colon-delimited components that do not exist was removed (:issue:`8095`). +- The Vi mode indicator in the prompt is repainted correctly after :kbd:`Ctrl-C` cancels the current command (:issue:`8103`). +- fish builds correctly on platforms that do not have a ``spawn.h`` header, such as old versions of OS X (:issue:`8097`). + +A number of improvements to the documentation, and fixes for completions, are included as well. + +-------------- + fish 3.3.0 (released June 28, 2021) ===================================