From 22a413d87c165cd691c0b8e11573128612aeb2fb Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 26 Feb 2024 11:14:17 +0000 Subject: [PATCH] changelog [skipci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df2b1993d..8c86abcb13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Tooltips are now cleared when the related widget is no longer under them https://github.com/Textualize/textual/issues/3045 - Simplified tree-sitter highlight queries for HTML, which also seems to fix segfault issue https://github.com/Textualize/textual/pull/4195 - Fixed `DirectoryTree.path` no longer reacting to new values https://github.com/Textualize/textual/issues/4208 +- Fixed content size cache with Pretty widget https://github.com/Textualize/textual/pull/4211 ## [0.52.1] - 2024-02-20