Release notes.

This commit is contained in:
Julian Berman 2015-06-05 08:36:57 -04:00
parent 9fd67b4768
commit adb92ec208
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,9 @@
v2.5.0
------
* Improved performance on CPython by adding caching around ref resolution
(#203)
v2.4.0 v2.4.0
------ ------

View File

@ -52,14 +52,11 @@ Features
Release Notes Release Notes
------------- -------------
* A simple CLI was added for validation Version 2.5.0 is mainly a performance release. The interface for `RefResolver`
* Validation errors now keep full absolute paths and absolute schema paths in was extended to add methods that improve performance on CPython.
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``\ .
*Note:* Support for Python 3.2 was dropped in this release, and installation Support for custom `RefResolver` objects with the legacy interface should *not*
now uses setuptools. be affected. If you notice something amiss please file an issue ticket.
Running the Test Suite Running the Test Suite