diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d05032d08..18bd54fee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +v4.6.0 +------ + +* Fix ``unevaluatedProperties`` and ``unevaluatedItems`` for types they should + ignore (#949) +* ``jsonschema`` now uses `hatch `_ for its build + process. This should be completely transparent to end-users (and only matters + to contributors). + v4.5.1 ------