Skip to content

Commit f3552bf

Browse files
authored
Merge pull request #108 from handrews/2.0.1-changelog
Add release notes for 2.0.1
2 parents 1fb9f28 + b4c0e05 commit f3552bf

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@
166166
]
167167

168168

169-
# Example configuration for intersphinx: refer to the Python standard library.
170-
intersphinx_mapping = {"python": ("https://docs.python.org/", None)}
169+
# Configuration for intersphinx: refer to the Python standard library.
170+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

Diff for: docs/source/release-notes/2.0.1.rst

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2.0.1 - 2022-06-01
2+
------------------
3+
4+
- Fix bug where the non-deprecated method ``resolve_with()`` was
5+
calling the deprecated method ``.is_valid()`` and causing warnings
6+
to be emitted - `bug 86`_
7+
8+
- Fix bug where an empty path was not being matched by the PATH_EMPTY
9+
regex - `bug 88`_
10+
11+
- Fix bug where a newline character embedded in a fragment would
12+
cause regex parsing to halt - `bug 99`
13+
14+
- Fix bug where the ':' between the host and port in the authority
15+
could be improperly omitted - `bug 102`_
16+
17+
.. links below here
18+
.. _bug 86:
19+
https://github.com/python-hyper/rfc3986/issues/86
20+
.. _bug 88:
21+
https://github.com/python-hyper/rfc3986/issues/88
22+
.. _bug 99:
23+
https://github.com/python-hyper/rfc3986/issues/102
24+
.. _bug 102:
25+
https://github.com/python-hyper/rfc3986/issues/102

Diff for: docs/source/release-notes/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ here with the newest releases first.
1111
.. toctree::
1212

1313
unreleased
14+
2.0.1
1415
2.0.0
1516

1617
1.x Release Series

Diff for: docs/source/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx>=1.5.3
1+
Sphinx<7.0.0
22
sphinx-prompt>=1.0.0
33
sphinx_rtd_theme

0 commit comments

Comments
 (0)