diff options
author | Julian Berman <Julian@GrayVines.com> | 2017-02-06 10:53:00 +0100 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2017-02-06 10:53:00 +0100 |
commit | d6dfd1b49fc72efbf50a8c6054fd08f36f565de5 (patch) | |
tree | 1f47c976c6bbcde76f2d594d27a2174fd881abcd /CHANGELOG.rst | |
parent | d16713a4296663f3d62c50b9f9a2893cb380b7af (diff) | |
download | jsonschema-d6dfd1b49fc72efbf50a8c6054fd08f36f565de5.tar.gz |
Properly commit the changelog.
Closes: #318.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e4819e0..2843a72 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +v2.6.0 +------ + +* Support for Python 2.6 has been dropped. +* Improve a few error messages for ``uniqueItems`` (#224) and + ``additionalProperties`` (#317) +* Fix an issue with ``ErrorTree``'s handling of multiple errors (#288) + v2.5.0 ------ |