Skip to content

Commit ddcac26

Browse files
committed
Note changes since 19.0.0
1 parent 02af58e commit ddcac26

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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+
59
## 19.0.0
610

711
*(April 7, 2019)*
@@ -13,7 +17,8 @@ A query parameter-centric release, with two enhancements:
1317
[#39](https://github.com/python-hyper/hyperlink/pull/39))
1418
* `URL.remove()` now accepts *value* and *limit* parameters, allowing
1519
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))
20+
number of removals.
21+
(See [#71](https://github.com/python-hyper/hyperlink/pull/71))
1722

1823
## 18.0.0
1924

0 commit comments

Comments
 (0)