Add release notes for v1.1.0

This commit is contained in:
Ian Stapleton Cordasco 2017-07-18 07:15:52 -05:00
parent fd19bd9064
commit 3a7b6f2a46
No known key found for this signature in database
GPG Key ID: C9D7A2604B4FCB2A
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,15 @@
1.1.0 -- 2017-07-18
-------------------
- Correct the regular expression for the User Information sub-component of the
Authority Component.
See also `GitHub #26`_
- :meth:`~rfc3986.validators.Validator.check_validity_of` to the
:class:`~rfc3986.validators.Validator` class. See
:ref:`Validating URIs <validating>` documentation for more information.
.. links
.. _GitHub #26:
https://github.com/sigmavirus24/rfc3986/pull/26

View File

@ -10,6 +10,7 @@ here with the newest releases first.
.. toctree::
1.1.0
1.0.0
0.x Release Series

View File

@ -1,3 +1,5 @@
.. _validating:
=================
Validating URIs
=================