From b7e142f4071fa14be478d5737f658bb0480a786a Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 9 Jan 2022 10:54:02 -0700 Subject: [PATCH] docs: revise changelog for xkbd composition changes --- docs/changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 805c69be5..0633e4a96 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -27,8 +27,7 @@ As features stabilize some brief notes about them will accumulate here. #### Updated and Improved -* IME composition now shows inline in the terminal using the terminal font on all IME supported platforms (Windows, macOS and X11) -* dead key composition now shows inline in the terminal using the terminal font (Windows, macOS, X11 w/ IME enabled) +* IME and dead key composition state now shows inline in the terminal using the terminal font (All platforms, except Wayland where we only support dead key composition) * macOS: `use_ime=true` no longer prevents key repeat from working with some keys [#1131](https://github.com/wez/wezterm/issues/1131) #### Fixed