From 3dea4337ace9fd0727d0f1d799f62a7e6a249023 Mon Sep 17 00:00:00 2001 From: darrenburns Date: Tue, 30 May 2023 13:02:46 +0100 Subject: [PATCH] Add Validator framework note to CHANGELOG (#2685) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc55decb..7de004cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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