Add Validator framework note to CHANGELOG (#2685)

This commit is contained in:
darrenburns
2023-05-30 13:02:46 +01:00
committed by GitHub
parent a40300a6f5
commit 3dea4337ac

View File

@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `SuggestFromList` class to let widgets get completions from a fixed set of options https://github.com/Textualize/textual/pull/2604
- `Input` has a new component class `input--suggestion` https://github.com/Textualize/textual/pull/2604
- Added `Widget.remove_children` https://github.com/Textualize/textual/pull/2657
- Added `Validator` framework and validation for `Input` https://github.com/Textualize/textual/pull/2600
### Changed