mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Document recent fix for decompose_uri in release notes
This commit is contained in:
parent
bb879fc2aa
commit
4955356a52
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -67,6 +67,11 @@ Changed Functionality
|
||||||
previously used. Output from the formatters remains nearly
|
previously used. Output from the formatters remains nearly
|
||||||
identical.
|
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
|
Removed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue