summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-07-31 09:49:53 +0300
committerJulian Berman <Julian@GrayVines.com>2022-07-31 09:49:53 +0300
commit6f18518ebc5855876aab846183c80372e454ac94 (patch)
tree2f8323f263e41de53967e65df5e9b51adffda68a /CHANGELOG.rst
parentc9a3667507be5ba75fbf57589cbf094e881625af (diff)
downloadjsonschema-6f18518ebc5855876aab846183c80372e454ac94.tar.gz
Add the URN fix to the CHANGELOG.v4.9.0
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 13eeefe..e04aa8a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,8 @@
v4.9.0
------
+* Fix relative ``$ref`` resolution when the base URI is a URN or other scheme
+ (#544).
* ``pkgutil.resolve_name`` is now used to retrieve validators
provided on the command line. This function is only available on
3.9+, so 3.7 and 3.8 (which are still supported) now rely on the