Mention deprecating _FeedSlot.

This commit is contained in:
Andrey Rakhmatullin 2023-05-08 13:27:01 +04:00
parent 636559f1cc
commit caa66fa15a
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@ Highlights:
- JMESPath selectors from the new parsel_.
- Bug fixes.
Deprecations
~~~~~~~~~~~~
- :class:`scrapy.extensions.feedexport._FeedSlot` is renamed to
:class:`scrapy.extensions.feedexport.FeedSlot` and the old name is
deprecated. (:issue:`5876`)
New features
~~~~~~~~~~~~