From ddf0242f5684d17e2b3c24ba74f605930d3528fd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Nov 2021 17:58:05 +0530 Subject: [PATCH] Add a changelog entry for IME changes --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2df4c7019..458b2efe4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -83,6 +83,8 @@ To update |kitty|, :doc:`follow the instructions `. - Linux: Fix IME with fcitx5 not working after fcitx5 is restarted (:pull:`4059`) +- macOS: Various improvements to IME integration (:iss:`4219`) + - Remote file transfer: Fix transfer not working if custom ssh port or identity is specified on the command line (:iss:`4067`)