We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6381ee + b78a899 commit 0127b25Copy full SHA for 0127b25
NEWS
@@ -3,6 +3,18 @@
3
History
4
-------
5
6
+1.9.0 (YYYY-MM-DD)
7
+~~~~~~~~~~~~~~~~~~
8
+
9
+* Now requires ``cssselect >= 1.2.0`` (this minimum version was required since
10
+ 1.8.0 but that wasn't properly recorded)
11
+* Removed support for Python 3.7
12
+* Added support for Python 3.12 and PyPy 3.10
13
+* Fixed an exception when calling ``__str__`` or `__repr__`` on some JSON
14
+ selectors
15
+* Code formatted with ``black``
16
+* CI fixes and improvements
17
18
1.8.1 (2023-04-18)
19
~~~~~~~~~~~~~~~~~~
20
0 commit comments