summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-18 09:50:07 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-18 09:50:07 +0300
commit990bae77c368fe885492dede9ef5adfbb950924c (patch)
tree89fccaa6d1feb437d0f5662d6e1ed68e1c72cd1f /CHANGELOG.rst
parenta8c3b140a0134aa8c07fd7720d4e40f1bf759545 (diff)
downloadjsonschema-990bae77c368fe885492dede9ef5adfbb950924c.tar.gz
Use an explicit default provided to validator_for in all cases.v4.10.3
Previously it was only used when $schema was not present, but clearly it should be used even when it is but the URI is not recognized. Combined with #981 this *hopefully* now handles the remaining downstream users with subclasses.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 59fe78c..61668ae 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,9 @@
+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
-------