Skip to content

Commit acdbee4

Browse files
committed
Add a few more lines to the CHANGELOG.
1 parent 27d3608 commit acdbee4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ It does so in a way that *should* be backwards compatible, preserving old behavi
1212
* Support for Python 3.7 has been dropped, as it is nearing end-of-life.
1313
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.
1414
* 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.
15+
* Fix the ``date`` format checker on Python 3.11 (when format assertion behavior is enabled), where it was too liberal (#1076).
16+
* Speed up validation of ``unevaluatedProperties`` (#1075).
1517

1618
Deprecations
1719
------------

0 commit comments

Comments
 (0)