Update the CHANGELOG

This commit is contained in:
Dave Pearson
2023-05-08 10:17:36 +01:00
parent 745d595d4a
commit 6bb2b21091

View File

@@ -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 - 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 `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 ## [0.23.0] - 2023-05-03
### Fixed ### Fixed