From bb8740a55228c28d9a2c3c54ceebc7135fe326ca Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 19 Sep 2016 12:26:36 +0200 Subject: [PATCH] Update 1.2 release notes with latest changes --- docs/news.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index e514d9a5a..985eeb796 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -17,6 +17,9 @@ New Features - New :setting:`SCHEDULER_DEBUG` setting to log requests serialization failures (:issue:`1610`). - JSON encoder now supports serialization of ``set`` instances (:issue:`2058`). +- Interpret ``application/json-amazonui-streaming`` as ``TextResponse`` (:issue:`1503`). +- ``scrapy`` is imported by default when using shell tools (:command:`shell`, + :ref:`inspect_response `) (:issue:`2248`). Bug fixes ~~~~~~~~~ @@ -28,6 +31,10 @@ Bug fixes (:issue:`2153`). - Fixed logging of wrong callback name with ``scrapy parse`` (:issue:`2169`). - Fix for an odd gzip decompression bug (:issue:`1606`). +- Fix for selected callbacks when using ``CrawlSpider`` with :command:`scrapy parse ` + (:issue:`2225`). +- Fix for invalid JSON and XML files when spider yields no items (:issue:`872`). +- Implement ``flush()`` fpr ``StreamLogger`` avoiding a warning in logs (:issue:`2125`). Refactoring ~~~~~~~~~~~ @@ -39,11 +46,14 @@ Refactoring Documentation ~~~~~~~~~~~~~ +- :ref:`Overview ` and :ref:`tutorial ` + rewritten to use http://toscrape.com websites (:issue:`2236`, :issue:`2249`). - Grammar fixes: :issue:`2128`, :issue:`1566`. - Download stats badge removed from README (:issue:`2160`). -- New scrapy :ref:`architecture diagram ` (:issue:`2165`) +- New scrapy :ref:`architecture diagram ` (:issue:`2165`). - Updated ``Response`` parameters documentation (:issue:`2197`). -- Reworded misleading :setting:`RANDOMIZE_DOWNLOAD_DELAY` description (:issue:`2197`). +- Reworded misleading :setting:`RANDOMIZE_DOWNLOAD_DELAY` description (:issue:`2190`). +- Add StackOverflow as a support channel (:issue:`2257`). 1.1.2 (2016-08-18)