From 7dcf01427d2ab963937d2784bd35640c7844b322 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 7 Nov 2023 15:09:05 +0000 Subject: [PATCH] Update the ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57123114f3..43b32ed2b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Duplicate CSS errors when parsing CSS from a screen https://github.com/Textualize/textual/issues/3581 +- Fixed visual glitched characters on Windows due to Python limitation https://github.com/Textualize/textual/issues/2548 ### Changed