Skip to content

Commit

Permalink
Fix the rest of the CHANGELOG headings from #983.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Aug 18, 2022
1 parent 90f7d20 commit 549f9e5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
v4.11.0
=======

* Make the rendered README in PyPI simpler and fancier. Thanks Hynek (#983)!

v4.10.3
-------
=======

* ``jsonschema.validators.validator_for`` now properly uses the explicitly
provided default validator even if the ``$schema`` URI is not found.

v4.10.2
-------
=======

* Fix a second place where subclasses may have added attrs attributes (#982).

v4.10.1
-------
=======

* Fix Validator.evolve (and APIs like ``iter_errors`` which call it) for cases
where the validator class has been subclassed. Doing so wasn't intended to be
Expand Down

0 comments on commit 549f9e5

Please sign in to comment.