From cfe8a4071672b9652c8f083faed1c4ffa7d67705 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 8 Jul 2024 13:42:11 -0400 Subject: [PATCH] Document the other change, and call this 4.23.0. --- CHANGELOG.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c7c86e1..a7b9d86e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,7 @@ -v4.22.1 +v4.23.0 ======= +* Do not reorder dictionaries (schemas, instances) that are printed as part of validation errors. * Declare support for Py3.13 v4.22.0