Update changelog for upcoming 1.3.0 release

This commit is contained in:
Paul Tremberth 2016-12-09 17:23:59 +01:00
parent d09ec3db68
commit e9b3cf01f4
1 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,26 @@
Release notes
=============
Scrapy 1.3.0 (2016-12-XX)
-------------------------
New Features
~~~~~~~~~~~~
- ``MailSender`` now accepts single strings as values for ``to`` and ``cc``
arguments (:issue:`2272`)
Dependencies & Cleanups
~~~~~~~~~~~~~~~~~~~~~~~
- Scrapy now requires Twisted >= 13.1 which is the case for many Linux
distributions already.
- As a consequence, we got rid of ``scrapy.xlib.tx.*`` modules, which
copied some of Twisted code for users stuck with an "old" Twisted version
- ``ChunkedTransferMiddleware`` is deprecated and removed from the default
downloader middlewares.
Scrapy 1.2.2 (2016-12-06)
-------------------------