Skip to content

Commit adb92ec

Browse files
committed
Release notes.
1 parent 9fd67b4 commit adb92ec

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.5.0
2+
------
3+
4+
* Improved performance on CPython by adding caching around ref resolution
5+
(#203)
6+
17
v2.4.0
28
------
39

README.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,11 @@ Features
5252
Release Notes
5353
-------------
5454

55-
* A simple CLI was added for validation
56-
* Validation errors now keep full absolute paths and absolute schema paths in
57-
their ``absolute_path`` and ``absolute_schema_path`` attributes. The ``path``
58-
and ``schema_path`` attributes are deprecated in favor of ``relative_path``
59-
and ``relative_schema_path``\ .
60-
61-
*Note:* Support for Python 3.2 was dropped in this release, and installation
62-
now uses setuptools.
55+
Version 2.5.0 is mainly a performance release. The interface for `RefResolver`
56+
was extended to add methods that improve performance on CPython.
57+
58+
Support for custom `RefResolver` objects with the legacy interface should *not*
59+
be affected. If you notice something amiss please file an issue ticket.
6360

6461

6562
Running the Test Suite

0 commit comments

Comments
 (0)