From d99ee6deb94459b84b0bc3dddd9da388b656c442 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 17 Apr 2012 12:29:48 -0300 Subject: [PATCH] added some missing entries to release notes --- docs/news.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 42289fa3d..5bea6d5cb 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,8 @@ Release notes Scrapy changes: +- `lxml` is now the default selectors backend instead of `libxml2` +- ported FormRequest.from_response() to use `lxml`_ instead of `ClientForm`_ - SitemapSpider: added support for sitemap urls ending in .xml and .xml.gz, even if they advertise a wrong content type (:commit:`10ed28b`) - StackTraceDump extension: also dump trackref live references (:commit:`fe2ce93`) - added :reqmeta:`cookiejar` Request meta key to support multiple cookie sessions per spider @@ -337,3 +339,5 @@ First release of Scrapy. .. _scrapely: https://github.com/scrapy/scrapely .. _marshal: http://docs.python.org/library/marshal.html .. _w3lib.encoding: https://github.com/scrapy/w3lib/blob/master/w3lib/encoding.py +.. _lxml: http://lxml.de/ +.. _ClientForm: http://wwwsearch.sourceforge.net/old/ClientForm/