Update the CHANGELOG

This aims to make it clear that a small but significant breaking change has
taken place. See #1637.
This commit is contained in:
Dave Pearson
2023-01-23 17:42:08 +00:00
parent 0d77209d43
commit 289135a1c9

View File

@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.11.0] - Unreleased
### 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
## [0.10.1] - 2023-01-20
### Added