summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-18 11:06:45 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-18 11:07:37 +0300
commit549f9e545aae5ab6812940e082795527557e1448 (patch)
tree65adcbbe53933a187a9ee7c3956b110b0eedad82 /CHANGELOG.rst
parent90f7d2023fc5e880edb347a7c4d6ac03bd6ab0d2 (diff)
downloadjsonschema-549f9e545aae5ab6812940e082795527557e1448.tar.gz
Fix the rest of the CHANGELOG headings from #983.v4.11.0
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d91d708..736922d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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