From 42a9dfa08ae2f97c08fdd8ad289065c16a89c465 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 16 Jun 2022 19:19:02 +0200 Subject: [PATCH] Start CHANGELOG for 3.6.0 --- CHANGELOG.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aed8df5db..8dc9c49a4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,43 @@ +fish 3.6.0 (released ???) +=================================== + +Notable improvements and fixes +------------------------------ + +Deprecations and removed features +--------------------------------- + +Scripting improvements +---------------------- +- When fish was upgraded on linux, ``status fish-path`` would print the path with a " (deleted)" (e.g. ``/usr/bin/fish (deleted)``). That suffix will now be removed so the path should be correct again (:issue:`9018`). + +Interactive improvements +------------------------ + +New or improved bindings +^^^^^^^^^^^^^^^^^^^^^^^^ + +Improved prompts +^^^^^^^^^^^^^^^^ + +Completions +^^^^^^^^^^^ +- Added completions for: + + +Improved terminal support +^^^^^^^^^^^^^^^^^^^^^^^^^ + +Other improvements +------------------ +- The css for fish's documentation no longer depends on sphinx' stock "classic" theme. This should improve compatibility with sphinx versions and ease upgrading (:issue:`9003`). + + +For distributors +---------------- + +-------------- + fish 3.5.0 (released June 16, 2022) ===================================