From 7d496f20a172976ef3774ee9dff33d4fa96f4861 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Feb 2022 11:43:57 +0530 Subject: [PATCH] Add changelog entry for previous PR --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 746c144ba..b46b33211 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -85,6 +85,9 @@ Detailed list of changes - A new action to clear the screen up to the line containing the cursor, see :ac:`clear_terminal` +- macOS: Fix a regression in the previous release that broke switching input + sources by keyboard (:iss:`4621`) + 0.24.2 [2022-02-03] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~