summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-01-29 08:45:25 -0500
committerJulian Berman <Julian@GrayVines.com>2019-01-29 08:45:25 -0500
commite6ea397c0bca7a94f64b61714ec45a47de76180a (patch)
tree70b23106d189f9dec789599f21805c1b08635710 /README.rst
parent0994b187cf7f6b80789668f548b8f6c6051b07c4 (diff)
downloadjsonschema-e6ea397c0bca7a94f64b61714ec45a47de76180a.tar.gz
Release notes.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 63700b9..f177ec1 100644
--- a/README.rst
+++ b/README.rst
@@ -85,9 +85,13 @@ Installation
Release Notes
-------------
-Version 2.6.0 drops support for Python 2.6.X (ha ha) and contains a
-number of small improvements in error messages, as well as a bug fix for
-``ErrorTree``.
+Version 3.0 brings support for Draft 7 (and 6). The interface for redefining
+types has also been majorly overhauled to support easier redefinition of the
+types a Validator will accept or allow.
+
+jsonschema is also now tested under Windows via AppVeyor.
+
+Thanks to all who contributed pull requests along the way.
Running the Test Suite