diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdb3ba4..1af5d943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.3] - 2023-04-26 + +### Fixed + +- Realtime validation now takes `refine` and `superRefine` fully into account. If a schema uses them, the whole schema will be validated, to ensure that side effects are propagated to the correct fields. + ## [0.8.2] - 2023-04-24 ### Fixed