From 1ff8b4f83163d75ac12cb3f273066fed6affb90e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 12 Feb 2013 00:59:25 -0200 Subject: [PATCH] updated release notes with previous commit --- docs/news.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/news.rst b/docs/news.rst index 0ee330a50..78d25a64e 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,7 @@ Release notes 0.18 (unreleased) ----------------- +- 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 - New default middleware named MetaRefreshMiddldeware that handles meta-refresh html tag redirections,