Revert "CHANGELOG: add scaffolding for 3.4.0"

This reverts commit 251fbc7260.

The patch release will not include these major changes.
This commit is contained in:
David Adam 2021-07-06 22:19:22 +08:00
parent 22e6b3db16
commit 86a736df57

View file

@ -1,40 +1,6 @@
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`).