From 1f00bb3e89a3d1a4cc558c5af1cf3f05653e865e Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 5 Dec 2024 08:31:57 -0700 Subject: [PATCH] docs: changelog for serial bits refs: #6411 closes: #6460 --- docs/changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9bbe1d757..ad514b012 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -46,6 +46,9 @@ As features stabilize some brief notes about them will accumulate here. * Improved startup performance on X11. Thanks to @blukai! #5923 #5802 * There is now an upper bound of 999,999,999 for `scrollback_lines`. Thanks to @x3ro! #5996 +* Migrated serial support to the `serial2` rust crate. This opens the door + to more convenient serial support going forward. Thanks to @jeevithakannan2! + #6411 #6460 #### New * [wezterm.serde](config/lua/wezterm.serde/index.md) module for serialization