Add a changelog entry for IBus support

Fixes #469
This commit is contained in:
Kovid Goyal 2018-07-12 11:09:44 +05:30
parent 98ede457a0
commit 202ec17a08
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -6,6 +6,10 @@ Changelog
0.12.0 [future] 0.12.0 [future]
------------------------------ ------------------------------
- Linux: Implement support for Input Method Extensions (multilingual input
using standard keyboards) via `IBus
<https://github.com/ibus/ibus/wiki/ReadMe>`_ (:iss:`469`)
- Render the text under the cursor in a fixed color, configurable via - Render the text under the cursor in a fixed color, configurable via
the option :opt:`cursor_text_color` (:iss:`126`) the option :opt:`cursor_text_color` (:iss:`126`)