summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-28 13:42:46 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-28 13:42:46 +0300
commit9c7983748108f3c03a575eaffeb48333bbbc37c1 (patch)
treec52a46ac284a9d66d43f9b892e70a4e5c9fd9901 /CHANGELOG.rst
parentbf92aed44eb317188fba68e558d0429c68259dee (diff)
downloadjsonschema-9c7983748108f3c03a575eaffeb48333bbbc37c1.tar.gz
Add a note to the CHANGELOG about the minor ref change.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index dc42e26..c90efc3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,11 @@
+v4.15.0
+=======
+
+* ``$ref`` on earlier drafts (specifically draft 7 and 6) has been "fixed" to
+ follow the specified behavior when present alongside a sibling ``$id``.
+ Specifically the ID is now properly ignored, and references are resolved
+ against whatever resolution scope was previously relevant.
+
v4.14.0
=======