mirror of https://github.com/scrapy/scrapy.git
Update release notes for upcoming 1.1.3 bugfix release
This commit is contained in:
parent
c2493c9452
commit
a0f87d2f45
|
|
@ -3,6 +3,22 @@
|
|||
Release notes
|
||||
=============
|
||||
|
||||
1.1.3 (YYYY-MM-DD)
|
||||
------------------
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- Class attributes for subclasses of ``ImagesPipeline`` and ``FilesPipeline``
|
||||
work at 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`).
|
||||
|
||||
|
||||
1.1.2 (2016-08-18)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue