From 2d6429575936cdb4f9b4992bd2b0f86da7dfeaf4 Mon Sep 17 00:00:00 2001 From: JDSeiler Date: Mon, 17 Jul 2023 19:39:56 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b75f709..03bcbaf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [0.3.3] (in development) +### Changed + +* Update the implementation of StructuredError so that all validation errors are returned from the validation methods present on `SchemaValidationContext`. Previously, all returned validation errors were identical due to libxml reusing a global memory address for all reported errors. + ## [0.3.2] 2023-07-05 ### Added