Update the CHANGELOG

This commit is contained in:
Dave Pearson
2022-11-10 20:07:57 +00:00
parent 7147df462b
commit d378eb4291

View File

@@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `DOMNode.ancestors_with_self`, which retains the old behaviour of
`DOMNode.ancestors`.
- Improved the speed of `DOMQuery.remove`.
- It is now possible to `await` a `Widget.remove`.
https://github.com/Textualize/textual/issues/1094
- It is now possible to `await` a `DOMQuery.remove`. Note that this changes
the return value of `DOMQuery.remove`, which uses to return `self`.
https://github.com/Textualize/textual/issues/1094
## [0.4.0] - 2022-11-08