From 86a736df5727b349b7625f0adb6563a36cb43768 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 6 Jul 2021 22:19:22 +0800 Subject: [PATCH] Revert "CHANGELOG: add scaffolding for 3.4.0" This reverts commit 251fbc7260528971d542f7bdd0f9e4cd5970a706. The patch release will not include these major changes. --- CHANGELOG.rst | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de6e14bc4..2adf91335 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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`).