From d2fa4e9842bfa6a274c8a909c8f5fa12828db502 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 8 May 2024 08:14:13 -0700 Subject: [PATCH] docs: changelog for https://github.com/wez/wezterm/pull/5345 refs: https://github.com/wez/wezterm/issues/1647 --- docs/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 457d1d9930e..e1076a4b196 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -38,6 +38,8 @@ As features stabilize some brief notes about them will accumulate here. #### New * [wezterm.serde](config/lua/wezterm.serde/index.md) module for serialization and deserialization of JSON, TOML and YAML. Thanks to @expnn! #4969 +* `wezterm ssh` now supports agent forwarding. Thanks to @Riatre! #5345 + #### Fixed * Race condition when very quickly adjusting font scale, and other improvements around resizing. Thanks to @jknockel! #4876 #5032 #5033