From 952af2e6e15622bc0345328b14f851f37dd357f4 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 5 May 2024 13:32:37 -0700 Subject: [PATCH] docs: changelog for #5051 #5169 --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 3481b5a95..b38c5fcac 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -30,6 +30,10 @@ As features stabilize some brief notes about them will accumulate here. release. * X11: drag and drop is now supported for files, URLs and text. Thanks to @ssiegel! #5316 #640 +* Added Unicode Symbols for Legacy Computing to the set of pixel-perfect block + drawing glyphs. See + [custom_block_glyphs](config/lua/config/custom_block_glyphs.md) for more + details. Thanks to @stribor14! #5051 #5169 #### New * [wezterm.serde](config/lua/wezterm.serde/index.md) module for serialization