mirror of https://github.com/scrapy/scrapy.git
update news.rst
This commit is contained in:
parent
dcef7b03c1
commit
a2d22307ad
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue