From 0bb02ff6747a55579c4ae747642fed909a8a1f02 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 15 Nov 2020 22:26:20 -0800 Subject: [PATCH] docs: note about #320 in changelog refs: #320 --- docs/changelog.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.markdown b/docs/changelog.markdown index 6b7b26407..4df95a3b9 100644 --- a/docs/changelog.markdown +++ b/docs/changelog.markdown @@ -18,6 +18,7 @@ brief notes about them may accumulate here. * Added `wezterm start --class CLASSNAME` option to specify the window class name under X11 and Windows, or the `app_id` under Wayland. See `wezterm start --help` for more information. * Added shell integration for setting OSC 7 (working directory) and OSC 133 (semantic zones) for Zsh and Bash. [See Shell Integration docs](shell-integration.md). * Added `SemanticZone` as a possible parameter for [SelectTextAtMouseCursor](config/lua/keyassignment/SelectTextAtMouseCursor.md), making it possible to conveniently select complete input or output regions. +* Improved font rendering [#320](https://github.com/wez/wezterm/issues/320) ### 20201101-103216-403d002d