Skip to content

Commit

Permalink
Merge pull request #289 from scrapy/relnotes-1.9.0
Browse files Browse the repository at this point in the history
Release notes for 1.9.0.
  • Loading branch information
wRAR authored Mar 14, 2024
2 parents b6381ee + b78a899 commit 0127b25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
History
-------

1.9.0 (YYYY-MM-DD)
~~~~~~~~~~~~~~~~~~

* Now requires ``cssselect >= 1.2.0`` (this minimum version was required since
1.8.0 but that wasn't properly recorded)
* Removed support for Python 3.7
* Added support for Python 3.12 and PyPy 3.10
* Fixed an exception when calling ``__str__`` or `__repr__`` on some JSON
selectors
* Code formatted with ``black``
* CI fixes and improvements

1.8.1 (2023-04-18)
~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 0127b25

Please sign in to comment.