From 5f5758c51f6611a93ecbbce64d2d9eb65c54f407 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 2 Jan 2024 12:13:47 +0000 Subject: [PATCH] Update the ChangeLog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16298bde83..c872b70c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `Widget.move_child` would break if `before`/`after` is set to the index of the widget in `child` https://github.com/Textualize/textual/issues/1743 - Fixed auto width text not processing markup https://github.com/Textualize/textual/issues/3918 +- Fixed `Tree.clear` not retaining the root's expanded state https://github.com/Textualize/textual/issues/3557 ### Changed