diff --git a/CHANGELOG.md b/CHANGELOG.md index 53070b80f..9c46cfc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - run_worker exclusive parameter is now `False` by default https://github.com/Textualize/textual/pull/2470 - Added `always_update` as an optional argument for `reactive.var` +### Added + +- Added `TreeNode.remove_children` https://github.com/Textualize/textual/pull/2510 +- Added `TreeNode.remove` https://github.com/Textualize/textual/pull/2510 + ## [0.23.0] - 2023-05-03 ### Fixed