We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02af58e commit ddcac26Copy full SHA for ddcac26
1 file changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## dev (not yet released)
4
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
+
9
## 19.0.0
10
11
*(April 7, 2019)*
@@ -13,7 +17,8 @@ A query parameter-centric release, with two enhancements:
13
17
[#39](https://github.com/python-hyper/hyperlink/pull/39))
14
18
* `URL.remove()` now accepts *value* and *limit* parameters, allowing
15
19
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))
22
23
## 18.0.0
24
0 commit comments