Reword things a tiny bit

This commit is contained in:
Paul Tremberth 2016-12-21 16:11:19 +01:00
parent d60a6899df
commit b9e7ca044c
1 changed files with 3 additions and 1 deletions

View File

@ -8,8 +8,10 @@ Scrapy 1.3.0 (2016-12-XX)
This release comes rather soon after 1.2.2 for one main reason: This release comes rather soon after 1.2.2 for one main reason:
it was found out that releases since 0.18 up to 1.2.2 (included) use it was found out that releases since 0.18 up to 1.2.2 (included) use
some backported code from Twisted, even if newer Twisted modules are available. some backported code from Twisted (``scrapy.xlib.tx.*``),
even if newer Twisted modules are available.
Scrapy now uses ``twisted.web.client`` and ``twisted.internet.endpoints`` directly. Scrapy now uses ``twisted.web.client`` and ``twisted.internet.endpoints`` directly.
(See also cleanups below.)
As it is a major change, we wanted to get the bug fix out quickly As it is a major change, we wanted to get the bug fix out quickly
while not breaking any projects using the 1.2 series. while not breaking any projects using the 1.2 series.