summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-05-05 16:54:57 -0400
committerJulian Berman <Julian@GrayVines.com>2022-05-05 16:55:32 -0400
commitfb85c6620ff26823362ebd27b8577995c0841028 (patch)
treee6c6ed824a02cf725079f22965610da57bdfeacd /CHANGELOG.rst
parent3b2f0f36c73b61fd72a87ab468e46b24119ae9e0 (diff)
downloadjsonschema-fb85c6620ff26823362ebd27b8577995c0841028.tar.gz
Revert "Extend dynamicRef keyword"v4.5.1
It needs performance optimization. See python-jsonschema/jsonschema#941. This reverts commit 12c791ee81baf27e54d18baf95b975bd48387dc6.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 17c09da..7a19b9b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,7 +3,6 @@ v4.5.0
* Validator classes for each version now maintain references to the correct
corresponding format checker (#905)
-* Support for ``$dynamicRef`` has been improved (#886)
* Development has moved to a `GitHub organization
<https://github.com/python-jsonschema/>`_.
No functional behavior changes are expected from the change.