Skip to content

Commit f3866df

Browse files
committed
Add Glyph's text for #112.
1 parent ddcac26 commit f3866df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
* CPython 3.7 and 3.8 and PyPy3 added to test matrix
66
* Hyperlink now has type hints and they are now exported per
77
[PEP 561](https://www.python.org/dev/peps/pep-0561/).
8+
* Several bugs related to hidden state were fixed, making it so that all data
9+
on a `URL` object (including `rooted` and `uses_netloc`) is reflected by and
10+
consistent with its textual representation.
11+
This does mean that sometimes these constructor arguments are ignored, if it
12+
would create invalid or unparseable URL text.
813

914
## 19.0.0
1015

0 commit comments

Comments
 (0)