From 434f54fae735807c8f7458f2c8e7f3cf4f97f2fe Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 31 May 2021 16:34:38 -0700 Subject: [PATCH] docs: changelog for https://github.com/wez/wezterm/pull/838 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 0195a612b..62fed229a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -35,6 +35,7 @@ As features stabilize some brief notes about them will accumulate here. * Fixed: multiplexer now propagates toast notifications and color palette to client [#489](https://github.com/wez/wezterm/issues/489) [#748](https://github.com/wez/wezterm/issues/748) * Fixed: neovim interprets drags as double clicks [#823](https://github.com/wez/wezterm/discussions/823) * New: `CTRL+SHIFT+L` is assigned to [ShowDebugOverlay](config/lua/keyassignment/ShowDebugOverlay.md) [#641](https://github.com/wez/wezterm/issues/641) +* Improved: antialiasing for undercurl. Thanks to [@ModProg](https://github/com/ModProg)! [#838](https://github.com/wez/wezterm/pull/838) ### 20210502-154244-3f7122cb