From 6f64c747e8f8f98789acf9eb5ed623e87c5f7b55 Mon Sep 17 00:00:00 2001 From: Benoit de Chezelles Date: Sun, 4 Jul 2021 00:27:02 +0200 Subject: [PATCH] Update changelog for braille --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index f8d400b8c..4d9c7f181 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -51,6 +51,7 @@ As features stabilize some brief notes about them will accumulate here. * Fixed: key repeat on Wayland now respects the system specified key repeat rate, and doesn't "stick". [#669](https://github.com/wez/wezterm/issues/669) * Fixed: `force_reverse_video_cursor` wasn't correctly swapping the cursor colors in all cases. [#706](https://github.com/wez/wezterm/issues/706) * Fixed: allow multuple `IdentityFile` lines in an ssh_config block to be considered +* Improved: implement braille characters as custom glyphs, to have perfect rendering when `custom_block_glyphs` is enabled. Thanks to [@bew](http://github.com/bew)! ### 20210502-154244-3f7122cb