From cb5abc647db58047c1e1244cf3c37dd3902fea00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=B6derlund?= Date: Wed, 26 Apr 2023 15:38:41 +0200 Subject: [PATCH] Changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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