From bfbe60c90e2ac5696169cf79afdce0891d43487b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 5 Jan 2022 09:05:20 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6acc682f4..d6579531e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -73,6 +73,20 @@ command. Detailed list of changes ------------------------------------- +0.24.1 [future] +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Shell integration: Work around conflicts with some zsh plugins (:iss:`4428`) + +- Have the zero width space and various other characters from the *Other, + formatting* Unicode category be treated as combining characters (:iss:`4439`) + +- Fix using ``--shell-integration`` with :file:`setup.py` broken (:iss:`4434`) + +- Fix showing debug information not working if kitty's :file:`STDIN` is not a tty + (:iss:`4424`) + + 0.24.0 [2022-01-04] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~