update news.rst

This commit is contained in:
Daniel Graña 2012-08-31 17:33:44 -03:00
parent dcef7b03c1
commit a2d22307ad
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Release notes
Scrapy changes:
- changed LogFormatter API to support lazy formatting of scraped/dropped items. #164 (:commit:`dcef7b0`)
- added :meth:`~scrapy.contrib.spidermiddleware.SpiderMiddleware.process_start_requests` method to spider middlewares
- dropped Signals singleton. Signals should now be accesed through the Crawler.signals attribute. See the signals documentation for more info.
- dropped Signals singleton. Signals should now be accesed through the Crawler.signals attribute. See the signals documentation for more info.