mirror of https://github.com/scrapy/scrapy.git
added change introduced in previous commit to release notes
This commit is contained in:
parent
4ca35dba87
commit
a5f8943d3e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue