Merge pull request #2279 from scrapy/release-notes-1.1.3

[1.1] Update release notes for upcoming 1.1.3 bugfix release
This commit is contained in:
Paul Tremberth 2016-09-22 22:02:12 +02:00 committed by GitHub
commit 75dd45d9bb
1 changed files with 17 additions and 0 deletions

View File

@ -3,6 +3,23 @@
Release notes
=============
1.1.3 (2016-09-22)
------------------
Bug fixes
~~~~~~~~~
- Class attributes for subclasses of ``ImagesPipeline`` and ``FilesPipeline``
work as they did before 1.1.1 (:issue:`2243`, fixes :issue:`2198`)
Documentation
~~~~~~~~~~~~~
- :ref:`Overview <intro-overview>` and :ref:`tutorial <intro-tutorial>`
rewritten to use http://toscrape.com websites
(:issue:`2236`, :issue:`2249`, :issue:`2252`).
1.1.2 (2016-08-18)
------------------