Skip to content

Commit

Permalink
Cover PythonItemExporter backwaird-incompatible changes in 2.11 (#6081)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobhara authored and wRAR committed Oct 2, 2023
1 parent 197781e commit 8dc72df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Backward-incompatible changes
UTF-32). If you need to deal with JSON documents in an invalid encoding,
use ``json.loads(response.text)`` instead. (:issue:`6016`)

- :class:`~scrapy.exporters.PythonItemExporter` used the binary output by
default but it no longer does. (:issue:`6006`, :issue:`6007`)

Deprecation removals
~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 8dc72df

Please sign in to comment.