From dd7e76888719110e9a0a635b382f4daa2f391f39 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 8 May 2023 12:51:50 +0100 Subject: [PATCH] merged changelog sections --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b035dd4f..fc8b457d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.remove_children` 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 - Table of contents of a markdown document now references the document - Added the `control` property to messages