File tree 1 file changed +25
-0
lines changed
docs/source/release-notes
1 file changed +25
-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
You can’t perform that action at this time.
0 commit comments