Merge pull request #5471 from Gallaecio/2.6-release-notes-request-serialization

2.6 release notes request serialization
This commit is contained in:
Andrey Rahmatullin 2022-04-08 18:14:50 +05:00 committed by GitHub
commit fa4c85f4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
~~~~~~~~~~~~~~~~~~~~