CHANGELOG: add scaffolding for 3.4.0

This commit is contained in:
David Adam 2021-06-28 23:40:39 +08:00
parent d0593b9b2b
commit 251fbc7260

View File

@ -1,6 +1,40 @@
fish 3.4.0 (released ???)
=========================
Notable improvements and fixes
------------------------------
Deprecations and removed features
---------------------------------
Scripting improvements
----------------------
Interactive improvements
------------------------
New or improved bindings
^^^^^^^^^^^^^^^^^^^^^^^^
Improved prompts
^^^^^^^^^^^^^^^^
Completions
^^^^^^^^^^^
Improved terminal support
^^^^^^^^^^^^^^^^^^^^^^^^^
For distributors
----------------
- *This placeholder silences a sphinx doc warning, so the last section is not empty.*
--------------
fish 3.3.0 (released June 28, 2021)
===================================
Notable improvements and fixes
------------------------------
- ``fish_config`` gained a ``prompt`` subcommand to show and pick from the sample prompts directly in the terminal, instead of having to open a webbrowser. For example ``fish_config prompt choose default`` loads the default prompt in the current session (:issue:`7958`).