added change introduced in previous commit to release notes

This commit is contained in:
Pablo Hoffman 2012-09-26 13:17:01 -03:00
parent 4ca35dba87
commit a5f8943d3e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Release notes
Scrapy changes:
- added options ``-o`` and ``-t`` to the :command:`runspider` command
- documented :doc:`topics/autothrottle` and added to extensions installed by default. You still need to enable it with :setting:`AUTOTHROTTLE_ENABLED`
- major Stats Collection refactoring: removed separation of global/per-spider stats, removed stats-related signals (``stats_spider_opened``, etc). Stats are much simpler now, backwards compatibility is kept on the Stats Collector API and signals.
- added :meth:`~scrapy.contrib.spidermiddleware.SpiderMiddleware.process_start_requests` method to spider middlewares