From 72da5d161e8f132d27979d7032e3a5228786baab Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 21 Dec 2022 16:34:01 -0700 Subject: [PATCH] docs: changelog for https://github.com/wez/wezterm/issues/2819 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index b5a7778b1..20fcf3dca 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -22,6 +22,10 @@ As features stabilize some brief notes about them will accumulate here. * macOS: initial cut at macOS native menu bar [#1485](https://github.com/wez/wezterm/issues/1485) +#### Fixed +* X11: hanging or killing the IME could hang wezterm + [#2819](https://github.com/wez/wezterm/issues/2819) + #### Changed * Window title reporting escape sequences are now disabled by default. [See here for more details](https://marc.info/?l=bugtraq&m=104612710031920&w=2)