From 3ff699d7ead3d1f5fd6a6b2a91f41aef6e674396 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 3 Oct 2025 21:30:09 +0200 Subject: [PATCH] Update changelog for patch release (cherry picked from commit 493d0bca9573f6a2f55fdf2e3e01586c6b6c2445) --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6572b04c..6df385394 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +fish 4.1.2 (released ???) +========================= + +This release fixes the following regressions identified in 4.1.0: + +- Fixed spurious error output when completing remote file paths for ``scp`` (:issue:`11860`). +- Stopped printing output that would cause a glitch on old versions of Midnight Commander (:issue:`11869`). +- Fixed a case where the :doc:`web-based configuration tool ` would generate invalid configuration (:issue:`11861`). +- Fixed a case where upgrading fish would break old versions of fish that were still running. + + In general, fish still needs to be restarted after it is upgraded, + except for `standalone builds `__. + fish 4.1.1 (released September 30, 2025) ========================================