From 4de3cecbbe31cb7ca28a1ef961fa964c5d46ac9b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 28 Feb 2022 20:19:58 +0530 Subject: [PATCH] Update changelog for previous PR Fixes #4763 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 26170a613..3fd758e18 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -83,6 +83,9 @@ Detailed list of changes - 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] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~