From 202ec17a08d0d3ccc4e9ead3805b25f2032f16ea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 Jul 2018 11:09:44 +0530 Subject: [PATCH] Add a changelog entry for IBus support Fixes #469 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c939842ef..b580bd889 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,10 @@ Changelog 0.12.0 [future] ------------------------------ +- Linux: Implement support for Input Method Extensions (multilingual input + using standard keyboards) via `IBus + `_ (:iss:`469`) + - Render the text under the cursor in a fixed color, configurable via the option :opt:`cursor_text_color` (:iss:`126`)