From 6bb2b2109130abeb6838ef9120801ac8123a0757 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 8 May 2023 10:17:36 +0100 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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