From d880a14b1aca80993e7280375696116fc1ba1183 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 6 Jan 2026 13:44:42 +0100 Subject: [PATCH] changelog: add sections --- CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b9a2bf37f..236052fcf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,10 +11,28 @@ This release fixes the following problems identified in fish 4.3.0: - The sample prompts and themes are correctly installed (:issue:`12241`). - Last line of command output could be hidden when missing newline (:issue:`12246`). +Notable improvements and fixes +------------------------------ + +Deprecations and removed features +--------------------------------- + +Scripting improvements +---------------------- + Interactive improvements ------------------------ - Existing file paths in redirection targets such as ``> file.txt`` are now highlighted using :envvar:`fish_color_valid_path`, indicating that ``file.txt`` will be clobbered (:issue:`12260`). +New or improved bindings +^^^^^^^^^^^^^^^^^^^^^^^^ + +Improved terminal support +^^^^^^^^^^^^^^^^^^^^^^^^^ + +Other improvements +------------------ + For distributors and developers ------------------------------- - The CMake option ``WITH_GETTEXT`` has been renamed to ``WITH_MESSAGE_LOCALIZATION``, to reflect that it toggles localization independently of the backend used in the implementation.