From f084f4d61fdab24ccbbdfe16eb6855ebecd184c4 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 2 May 2021 07:31:53 -0700 Subject: [PATCH] changelog for #740 closes: https://github.com/wez/wezterm/issues/740 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 6a7555dc4..b50d9143c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -53,6 +53,7 @@ As features stabilize some brief notes about them will accumulate here. * Improved: better looking curly underline. Thanks to [@ModProg](https://github.com/ModProg)! [#733](https://github.com/wez/wezterm/pull/733) * Fixed: wezterm now sets argv0 to `-$SHELL` to invoke a login shell, rather than running `$SHELL -l`. [#753](https://github.com/wez/wezterm/issues/753) * Improved: ssh_config parsing now supports `Match` for `Host`, `LocalUser`. +* Improved render performance for wide windows [#740](https://github.com/wez/wezterm/issues/740) ### 20210405-110924-a5bb5be8