merged changelog sections

This commit is contained in:
Will McGugan
2023-05-08 12:51:50 +01:00
parent a31e086a2e
commit dd7e768887

View File

@@ -34,9 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `TreeNode.is_root` https://github.com/Textualize/textual/pull/2510 - Added `TreeNode.is_root` https://github.com/Textualize/textual/pull/2510
- Added `TreeNode.remove_children` https://github.com/Textualize/textual/pull/2510 - Added `TreeNode.remove_children` https://github.com/Textualize/textual/pull/2510
- Added `TreeNode.remove` https://github.com/Textualize/textual/pull/2510 - Added `TreeNode.remove` https://github.com/Textualize/textual/pull/2510
### Added
- Markdown document sub-widgets now reference the container document - Markdown document sub-widgets now reference the container document
- Table of contents of a markdown document now references the document - Table of contents of a markdown document now references the document
- Added the `control` property to messages - Added the `control` property to messages