From db57230987b37e2497e552424de32ed492791e60 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 28 Feb 2022 20:46:11 +0530 Subject: [PATCH] Cleanup changelog --- docs/changelog.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3fd758e18..afa453787 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -75,15 +75,13 @@ command. Detailed list of changes ------------------------------------- -0.24.4 [2022-02-28] +0.24.4 [future] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Fix the default bash HISTFILE changing to :file:`~/.sh_history` instead of :file:`~/.bash_history` (:iss:`4765`) +- Shell integration: Fix the default bash :code:`$HISTFILE` changing to :file:`~/.sh_history` instead of :file:`~/.bash_history` (:iss:`4765`) - Linux binaries: Fix binaries not working on systems with older Wayland client libraries (:iss:`4760`) -- Bash integration: No longer modify :file:`~/.bashrc` to load :ref:`shell integration `. - - Fix a regression in the previous release that broke kittens launched with STDIN not being a terminal (:iss:`4763`) 0.24.3 [2022-02-28]