From 9536a475ff9bfc3fac97adc3876c7e3a88942926 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 10 May 2021 06:12:41 +0530 Subject: [PATCH] Add changelog entry for last PR --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 032ae809f..448382983 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,6 +25,9 @@ To update |kitty|, :doc:`follow the instructions `. - Fix dynamically changing the background color in a window causing rendering artifacts in the tab bar (:iss:`3595`) +- Fix passing STDIN to launched background processes causing them to not inherit + environment variables (:pull:`3603`) + 0.20.3 [2021-05-06] ----------------------