Skip to content

Commit

Permalink
Merge pull request #71 from scrapy/update-news
Browse files Browse the repository at this point in the history
[MRG+1] Update news for 1.1.0 release
  • Loading branch information
kmike authored Nov 22, 2016
2 parents f240195 + a9a27be commit 41ded70
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
History
-------

1.1.0 (2016-11-22)
~~~~~~~~~~~~~~~~~~

* Change default HTML parser to `lxml.html.HTMLParser <http://lxml.de/api/lxml.html.HTMLParser-class.html>`_,
which makes easier to use some HTML specific features
* Add css2xpath function to translate CSS to XPath
* Add support for ad-hoc namespaces declarations
* Add support for XPath variables
* Documentation improvements and updates


1.0.3 (2016-07-29)
~~~~~~~~~~~~~~~~~~

Expand Down
3 changes: 1 addition & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,7 @@ Parsel is built on top of the `lxml`_ library, which means they're very similar
in speed and parsing accuracy. The advantage of using Parsel over `lxml`_ is
that Parsel is simpler to use and extend, unlike the `lxml`_ API which is much
bigger because the `lxml`_ library can be used for many other tasks, besides
selecting markup documents. Also, Parsel allows you to use CSS, by translating
CSS to XPath using the `cssselect`_ library.
selecting markup documents.


.. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/
Expand Down

0 comments on commit 41ded70

Please sign in to comment.