Skip to content

Commit cfb18a6

Browse files
authored
Merge branch 'master' into black
2 parents 50d25b8 + 563980a commit cfb18a6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## dev (not yet released)
44

5+
* CPython 3.7 and 3.8 and PyPy3 added to test matrix
6+
* Hyperlink now has type hints and they are now exported per
7+
[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.
13+
514
## 19.0.0
615

716
*(April 7, 2019)*
@@ -13,7 +22,8 @@ A query parameter-centric release, with two enhancements:
1322
[#39](https://github.com/python-hyper/hyperlink/pull/39))
1423
* `URL.remove()` now accepts *value* and *limit* parameters, allowing
1524
for removal of specific name-value pairs, as well as limiting the
16-
number of removals. (see [#71](https://github.com/python-hyper/hyperlink/pull/71))
25+
number of removals.
26+
(See [#71](https://github.com/python-hyper/hyperlink/pull/71))
1727

1828
## 18.0.0
1929

0 commit comments

Comments
 (0)