Skip to content

Commit 41ded70

Browse files
authored
Merge pull request #71 from scrapy/update-news
[MRG+1] Update news for 1.1.0 release
2 parents f240195 + a9a27be commit 41ded70

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
History
44
-------
55

6+
1.1.0 (2016-11-22)
7+
~~~~~~~~~~~~~~~~~~
8+
9+
* Change default HTML parser to `lxml.html.HTMLParser <http://lxml.de/api/lxml.html.HTMLParser-class.html>`_,
10+
which makes easier to use some HTML specific features
11+
* Add css2xpath function to translate CSS to XPath
12+
* Add support for ad-hoc namespaces declarations
13+
* Add support for XPath variables
14+
* Documentation improvements and updates
15+
16+
617
1.0.3 (2016-07-29)
718
~~~~~~~~~~~~~~~~~~
819

docs/usage.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,7 @@ Parsel is built on top of the `lxml`_ library, which means they're very similar
822822
in speed and parsing accuracy. The advantage of using Parsel over `lxml`_ is
823823
that Parsel is simpler to use and extend, unlike the `lxml`_ API which is much
824824
bigger because the `lxml`_ library can be used for many other tasks, besides
825-
selecting markup documents. Also, Parsel allows you to use CSS, by translating
826-
CSS to XPath using the `cssselect`_ library.
825+
selecting markup documents.
827826

828827

829828
.. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/

0 commit comments

Comments
 (0)