We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f7d20 commit 549f9e5Copy full SHA for 549f9e5
CHANGELOG.rst
@@ -1,16 +1,21 @@
1
+v4.11.0
2
+=======
3
+
4
+* Make the rendered README in PyPI simpler and fancier. Thanks Hynek (#983)!
5
6
v4.10.3
--------
7
8
9
* ``jsonschema.validators.validator_for`` now properly uses the explicitly
10
provided default validator even if the ``$schema`` URI is not found.
11
12
v4.10.2
13
14
15
* Fix a second place where subclasses may have added attrs attributes (#982).
16
17
v4.10.1
18
19
20
* Fix Validator.evolve (and APIs like ``iter_errors`` which call it) for cases
21
where the validator class has been subclassed. Doing so wasn't intended to be
0 commit comments