diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2adf91335..de6e14bc4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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`).