We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d1d88 commit 180065cCopy full SHA for 180065c
1 file changed
CHANGELOG
@@ -1,11 +1,20 @@
1
-1.2.0 (Unreleased)
2
-==========
+2.0.0
+======
3
4
* add support for Python 3.7-3.11
5
* drop support for Python 2.6-3.6
6
* add encoding argument defaulting to utf-8
7
* inline and clarify type annotations
8
* move parsing code from inline to extra file
9
+* add typing overloads for helper methods
10
+
11
12
+.. note::
13
14
+ major release due to the major changes in python versions supported + changes in packaging
15
16
+ the api is expected to be compatible
17
18
19
1.1.1
20
=====
0 commit comments