diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a3c58aaa..5b256b2e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ should change the heading of the (upcoming) version to include a major version b ## @rjsf/utils - Updated the `ValidatorType` interface to add an optional `reset?: () => void` prop that can be implemented to reset a validator back to initial constructed state -- Updated the `ParserValidator` to provide a `reset()` function that clears the schema map + - Updated the `ParserValidator` to provide a `reset()` function that clears the schema map ## @rjsf/validator-ajv8