diff --git a/docs/changelog.md b/docs/changelog.md index 7a4579590..d14623a2d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -60,6 +60,7 @@ As features stabilize some brief notes about them will accumulate here. * New: [window:get_appearance()] to determine if the window has a dark mode appearance, and adjust color scheme to match [#806](https://github.com/wez/wezterm/issues/806) * 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) ### 20210502-154244-3f7122cb