Merge pull request #1761 from davep/changelog-add-link

Add missing link for Checkbox->Switch CHANGELOG entry
This commit is contained in:
Dave Pearson
2023-02-09 21:58:17 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- 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
- `Tree` now shows a (subdued) cursor for a highlighted node when focus has moved elsewhere https://github.com/Textualize/textual/issues/1471
- Breaking change: renamed `Checkbox` to `Switch`.
- Breaking change: renamed `Checkbox` to `Switch` https://github.com/Textualize/textual/issues/1746
### Fixed