Skip to content

Commit 3a7b6f2

Browse files
committed
Add release notes for v1.1.0
1 parent fd19bd9 commit 3a7b6f2

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/source/release-notes/1.1.0.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
1.1.0 -- 2017-07-18
2+
-------------------
3+
4+
- Correct the regular expression for the User Information sub-component of the
5+
Authority Component.
6+
7+
See also `GitHub #26`_
8+
9+
- :meth:`~rfc3986.validators.Validator.check_validity_of` to the
10+
:class:`~rfc3986.validators.Validator` class. See
11+
:ref:`Validating URIs <validating>` documentation for more information.
12+
13+
.. links
14+
.. _GitHub #26:
15+
https://github.com/sigmavirus24/rfc3986/pull/26

docs/source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ here with the newest releases first.
1010

1111
.. toctree::
1212

13+
1.1.0
1314
1.0.0
1415

1516
0.x Release Series

docs/source/user/validating.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _validating:
2+
13
=================
24
Validating URIs
35
=================

0 commit comments

Comments
 (0)