Document recent fix for decompose_uri in release notes

This commit is contained in:
Frerich Raabe 2020-01-24 22:19:04 +01:00 committed by Frerich Raabe
parent bb879fc2aa
commit 4955356a52

5
NEWS
View file

@ -67,6 +67,11 @@ Changed Functionality
previously used. Output from the formatters remains nearly
identical.
- The ``decompose_uri`` function no longer raises an error when parsing
URIs with an empty port number (e.g. ``http://example.org:/``). Instead,
the ``portnum`` component of the returned ``URI`` value is left
uninitialized.
Removed Functionality
---------------------