add benchmarking to 0.18 release notes

This commit is contained in:
Pablo Hoffman 2013-05-17 10:38:42 -03:00
parent ca12886acb
commit 845c64b89d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Release notes
0.18 (unreleased)
-----------------
- :ref:`benchmarking`
- moved persistent (on disk) queues to a separate project (queuelib_) which scrapy now depends on
- add scrapy commands using external libraries (:issue:`260`)
- added ``--pdb`` option to ``scrapy`` command line tool