From 022ef0f86b2a5b09cd1044d6a381f025e821ccf3 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Fri, 4 Aug 2023 17:05:09 +0400 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Adrián Chaves --- docs/news.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 80ad0fa45..940093e58 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -34,16 +34,17 @@ Modified requirements - ``pkg_resources`` is no longer used. (:issue:`5956`, :issue:`5958`) -- boto3_ is now recommended for exporting to S3 instead of botocore_. +- boto3_ is now recommended instead of botocore_ for exporting to S3. (:issue:`5833`). Backward-incompatible changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- The value of the :setting:`FEED_STORE_EMPTY` is now ``True`` instead of - ``False``. In earlier Scrapy versions empty files were created even when - this setting was ``False`` (which was a bug that is now fixed), so the new - default should keep the old behavior. (:issue:`872`, :issue:`5847`) +- The value of the :setting:`FEED_STORE_EMPTY` setting is now ``True`` + instead of ``False``. In earlier Scrapy versions empty files were created + even when this setting was ``False`` (which was a bug that is now fixed), + so the new default should keep the old behavior. (:issue:`872`, + :issue:`5847`) Deprecation removals ~~~~~~~~~~~~~~~~~~~~