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