Skip to content

Commit fffc0b6

Browse files
authored
Merge pull request #89 from Gallaecio/changes-new-version
Cover cssselect 1.1.0 in the CHANGES file
2 parents ca3d013 + cff38f1 commit fffc0b6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
Changelog
22
=========
33

4+
Version 1.1.0
5+
-------------
6+
7+
Released on 2019-08-09.
8+
9+
* Support for the ``:scope`` selector, which allows to access immediate
10+
children of a selector.
11+
12+
* Support for the ``|E`` syntax for type selectors without a namespace.
13+
14+
* A new selector method, ``canonical``, returns the CSS expression of the
15+
selector, as a string.
16+
17+
418
Version 1.0.3
519
-------------
620

721
Released on 2017-12-27.
822

923
* Fix artifact uploads to pypi
1024

25+
1126
Version 1.0.2
1227
-------------
1328

@@ -17,6 +32,7 @@ Released on 2017-12-26.
1732
* Fix deprecation warning in Python 3.6.
1833
* Minor cleanups.
1934

35+
2036
Version 1.0.1
2137
-------------
2238

@@ -25,6 +41,7 @@ Released on 2017-01-10.
2541
* Add support for Python 3.6.
2642
* Documentation hosted `on Read the Docs <https://cssselect.readthedocs.io/>`_
2743

44+
2845
Version 1.0.0
2946
-------------
3047

0 commit comments

Comments
 (0)