Cover a backward-incompatible Request serialization change in the 2.6 release notes

This commit is contained in:
Adrián Chaves 2022-04-08 12:04:02 +02:00
parent 4af22bf157
commit bae3f87455
1 changed files with 3 additions and 0 deletions

View File

@ -113,6 +113,9 @@ Backward-incompatible changes
meet expectations, :exc:`TypeError` is now raised at startup time. Before,
other exceptions would be raised at run time. (:issue:`3559`)
- The ``_encoding`` field of serialized :class:`~scrapy.http.Request` objects
is now named ``encoding``, in line with all other fields (:issue:`5130`)
Deprecation removals
~~~~~~~~~~~~~~~~~~~~