summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-28 16:49:05 -0400
committerJulian Berman <Julian@GrayVines.com>2023-03-28 16:51:14 -0400
commitacdbee41b303b14f8878dc86c04239e717e2194a (patch)
treee3376ab6a7e80d51658daaa4e62376ac7b75462d
parent27d360860a7c021d9cb402330692dc6a874d62f7 (diff)
downloadjsonschema-acdbee41b303b14f8878dc86c04239e717e2194a.tar.gz
Add a few more lines to the CHANGELOG.
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index fd4698f..10372e8 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,8 @@ It does so in a way that *should* be backwards compatible, preserving old behavi
* Support for Python 3.7 has been dropped, as it is nearing end-of-life.
This should not be a "visible" change in the sense that ``requires-python`` has been updated, so users using 3.7 should still receive ``v4.17.3`` when installing the library.
* On draft 2019-09, ``unevaluatedItems`` now properly does *not* consider items to be evaluated by an ``additionalItems`` schema if ``items`` is missing from the schema, as the specification says in this case that ``additionalItems`` must be completely ignored.
+* Fix the ``date`` format checker on Python 3.11 (when format assertion behavior is enabled), where it was too liberal (#1076).
+* Speed up validation of ``unevaluatedProperties`` (#1075).
Deprecations
------------