summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Dygalo <dmitry@dygalo.dev>2021-12-16 19:41:04 +0100
committerDmitry Dygalo <dmitry@dygalo.dev>2021-12-16 19:41:04 +0100
commit251763a6006e2c270629af199d350452ef7a6ba6 (patch)
tree24c056ab1fe14993608aaa63bdf2edc4bb269a01
parent7c19bc99679f22f521a24556d8fcfd468fc4104e (diff)
downloadjsonschema-251763a6006e2c270629af199d350452ef7a6ba6.tar.gz
docs: Update changelog
-rw-r--r--CHANGELOG.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2ca1346..595ce1f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -3,9 +3,7 @@ v4.3.0
* Fix undesired fallback to brute force container uniqueness check on
certain input types (#893)
-* Cache reference lookups for subschemas (#893)
-* Use cached lookups for resolving fragments if the referent document is known (#893)
-* Replace the ``Validator.evolve`` method with an equivalent class attribute
+* Resolving refs has had performance improvements (#893)
* Implement a PEP544 Protocol for validator classes (#890)
v4.2.1