From 1b580e83232912d6ddba404e3d91805b5c622ad8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Feb 2023 09:28:33 +0530 Subject: [PATCH] Update Changelog for last PR --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 44180fb94..4c238c936 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -46,6 +46,8 @@ Detailed list of changes - When changing the cursor text color via escape codes or remote control to a fixed color, do not reset cursor_text_color (:iss:`5994`) +- Input Method Extensions: Fix incorrect rendering of IME in-progress text in some situations (:pull:`6002`) + 0.27.1 [2023-02-07] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~