File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
docs/source/release-notes Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ here with the newest releases first.
11
11
.. toctree ::
12
12
13
13
unreleased
14
+ 2.0.1
14
15
2.0.0
15
16
16
17
1.x Release Series
You can’t perform that action at this time.
0 commit comments