Skip to content

Commit 9f5feab

Browse files
committed
Update release notes for upcoming 1.2.0
1 parent 6ce4e11 commit 9f5feab

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

NEWS

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

6+
1.2.0 (2017-05-XX)
7+
~~~~~~~~~~~~~~~~~~
8+
9+
* Add :meth:`~parsel.selector.SelectorList.get` and :meth:`~parsel.selector.SelectorList.getall`
10+
methods as aliases for :meth:`~parsel.selector.SelectorList.extract_first`
11+
and :meth:`~parsel.selector.SelectorList.extract` respectively
12+
* Add default value parameter to :meth:`~parsel.selector.SelectorList.re_first` method
13+
* Add :meth:`~parsel.selector.Selector.re_first` method to :class:`parsel.selector.Selector` class
14+
* Bug fix: detect ``None`` result from lxml parsing and fallback with an empty document
15+
* Rearrange XML/HTML examples in the selectors usage docs
16+
* Travis CI:
17+
18+
* Test against Python 3.6
19+
* Test against PyPy using "Portable PyPy for Linux" distribution
20+
21+
622
1.1.0 (2016-11-22)
723
~~~~~~~~~~~~~~~~~~
824

@@ -22,12 +38,14 @@ History
2238
* Integrate py.test runs with setuptools (needed for Debian packaging)
2339
* Changelog is now called ``NEWS``
2440

41+
2542
1.0.2 (2016-04-26)
2643
~~~~~~~~~~~~~~~~~~
2744

2845
* Fix bug in exception handling causing original traceback to be lost
2946
* Added docstrings and other doc fixes
3047

48+
3149
1.0.1 (2015-08-24)
3250
~~~~~~~~~~~~~~~~~~
3351

0 commit comments

Comments
 (0)