-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from handrews/2.0.1-changelog
Add release notes for 2.0.1
- Loading branch information
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
2.0.1 - 2022-06-01 | ||
------------------ | ||
|
||
- Fix bug where the non-deprecated method ``resolve_with()`` was | ||
calling the deprecated method ``.is_valid()`` and causing warnings | ||
to be emitted - `bug 86`_ | ||
|
||
- Fix bug where an empty path was not being matched by the PATH_EMPTY | ||
regex - `bug 88`_ | ||
|
||
- Fix bug where a newline character embedded in a fragment would | ||
cause regex parsing to halt - `bug 99` | ||
|
||
- Fix bug where the ':' between the host and port in the authority | ||
could be improperly omitted - `bug 102`_ | ||
|
||
.. links below here | ||
.. _bug 86: | ||
https://github.com/python-hyper/rfc3986/issues/86 | ||
.. _bug 88: | ||
https://github.com/python-hyper/rfc3986/issues/88 | ||
.. _bug 99: | ||
https://github.com/python-hyper/rfc3986/issues/102 | ||
.. _bug 102: | ||
https://github.com/python-hyper/rfc3986/issues/102 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ here with the newest releases first. | |
.. toctree:: | ||
|
||
unreleased | ||
2.0.1 | ||
2.0.0 | ||
|
||
1.x Release Series | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Sphinx>=1.5.3 | ||
Sphinx<7.0.0 | ||
sphinx-prompt>=1.0.0 | ||
sphinx_rtd_theme |