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) ========================================