From cb38f3896b4886dbeb1a74ab457196a77e388790 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 28 Apr 2016 17:54:37 +0200 Subject: [PATCH] Add notes on botocore support and JsonItemExporter opening/closing brackets --- docs/news.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 2cc190781..0482796b4 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -123,6 +123,10 @@ Additional New Features and Enhancements using a new :setting:`FEED_TEMPDIR` setting (:issue:`1847`). - ``FilesPipeline`` and ``ImagesPipeline`` settings are now instance attributes instead of class attributes, enabling spider-specific behaviors (:issue:`1891`). +- ``JsonItemExporter`` now formats opening and closing square brackets + on their own line (first and last lines of output file) (:issue:`1950`). +- If available, ``botocore`` is used for ``S3FeedStorage``, ``S3DownloadHandler`` + and ``S3FilesStore`` (:issue:`1761`, :issue:`1883`). - Tons of documentation updates and related fixes (:issue:`1291`, :issue:`1302`, :issue:`1335`, :issue:`1683`, :issue:`1660`, :issue:`1642`, :issue:`1721`, :issue:`1727`, :issue:`1879`).