diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b341f76..e4819e0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +v2.5.0 +------ + +* Improved performance on CPython by adding caching around ref resolution + (#203) + v2.4.0 ------ diff --git a/README.rst b/README.rst index 4044f3a..ed5bb10 100644 --- a/README.rst +++ b/README.rst @@ -52,14 +52,11 @@ Features Release Notes ------------- -* A simple CLI was added for validation -* Validation errors now keep full absolute paths and absolute schema paths in - their ``absolute_path`` and ``absolute_schema_path`` attributes. The ``path`` - and ``schema_path`` attributes are deprecated in favor of ``relative_path`` - and ``relative_schema_path``\ . +Version 2.5.0 is mainly a performance release. The interface for `RefResolver` +was extended to add methods that improve performance on CPython. -*Note:* Support for Python 3.2 was dropped in this release, and installation -now uses setuptools. +Support for custom `RefResolver` objects with the legacy interface should *not* +be affected. If you notice something amiss please file an issue ticket. Running the Test Suite