From bd7a2a6692d47d9a546ec2d4d53800162aca43a8 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 25 Jul 2021 08:25:20 -0700 Subject: [PATCH] docs: changelog for #904 closes: #904 refs: #133 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index d14623a2d..c0344748c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -61,6 +61,7 @@ As features stabilize some brief notes about them will accumulate here. * Improved: [improve the new-tab button formatting](config/lua/config/tab_bar_style.md). Thanks to [@sdrik](https://github.com/sdrik)! [#950](https://github.com/wez/wezterm/pull/950) * Fixed: if a line of text was exactly the width of the terminal it would get marked as wrappable even when followed by a newline, causing text to reflow incorrectly on resize. [#971](https://github.com/wez/wezterm/issues/971) * Fixed: `wezterm ssh` could loop forever in the background if the connection drops and the window is closed. [#857](https://github.com/wez/wezterm/issues/857) +* Improved: VT102 conformance. Many thanks to [Autumn Lamonte](https://gitlab.com/klamonte)! [#904](https://github.com/wez/wezterm/pull/904) ### 20210502-154244-3f7122cb