Skip to content

Commit f0b56ec

Browse files
committed
Add release notes for 2.0.1
1 parent bd81543 commit f0b56ec

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

0 commit comments

Comments
 (0)