From 845c64b89df765ff5c015632c082b6472e61b7d3 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 17 May 2013 10:38:42 -0300 Subject: [PATCH] add benchmarking to 0.18 release notes --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/news.rst b/docs/news.rst index 0192c840e..6739c2a32 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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