Anticipate SelectionList making it into 0.27.0

This commit is contained in:
Dave Pearson
2023-05-25 11:28:52 +01:00
parent 3796a849c4
commit 4472c862be
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- `work` decorator accepts `description` parameter to add debug string https://github.com/Textualize/textual/issues/2597
- Added `SelectionList` widget https://github.com/Textualize/textual/pull/2652
### Changed

View File

@@ -1,6 +1,6 @@
# SelectionList
!!! tip "Added in version 0.??.0"
!!! tip "Added in version 0.27.0"
A widget for showing a vertical list check boxes.