Update the CHANGELOG

This commit is contained in:
Dave Pearson
2023-01-30 11:21:55 +00:00
parent a1752248d4
commit 9df61ba830

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.11.0] - Unreleased
### Added
- Added more keyboard actions and related bindings to `Input` https://github.com/Textualize/textual/pull/1676
### Changed
- Breaking change: `TreeNode` can no longer be imported from `textual.widgets`; it is now available via `from textual.widgets.tree import TreeNode`. https://github.com/Textualize/textual/pull/1637