From 27c41ba74a8feff8056449b4a094b7ff25a7e77a Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 24 Mar 2022 20:19:41 +0100 Subject: [PATCH] CHANGELOG 3.4.1 --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e54d8c7e4..68ef18643 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,17 @@ +fish 3.4.1 (released ?) +================================== + +This release of fish fixes the following problems identified in fish 3.4.0: + +- The ``fish_title`` function now uses an old-school ``()`` command substitution to prevent an error when an old fish is still running on upgrade and picks the new function up (:issue:`8778`) +- Building on NetBSD (:issue:`8788`) and OpenIndiana (:issue:`8780`) works again +- The new C++ implementation of ``nextd-or-forward-word``, bound to alt-right-arrow by default, accidentally moved like ``forward-bigword`` (:issue:`8790`). +- ``funcsave -q`` wasn't actually quiet and the long version was removed. This has been corrected (:issue:`8830`). + +If you are upgrading from version 3.3.1 or before, please also review the release notes for 3.3.0 (included below). + +-------------- + fish 3.4.0 (released March 12, 2022) ====================================