From eeb69d2f70ae4a04e8662fb28cb806e5cf5ccfa6 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 8 Mar 2013 11:59:38 -0200 Subject: [PATCH] added #260 to release notes --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/news.rst b/docs/news.rst index 78d25a64e..33693c546 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,7 @@ Release notes 0.18 (unreleased) ----------------- +- add scrapy commands using external libraries (:issue:`260`) - added ``--pdb`` option to ``scrapy`` command line tool - added :meth:`XPathSelector.remove_namespaces` which allows to remove all namespaces from XML documents for convenience (to work with namespace-less XPaths). Documented in :ref:`topics-selectors`. - several improvements to spider contracts