From cff38f1f00972b9851ff64fa8380022aa0d76b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Thu, 1 Aug 2019 18:30:00 +0200 Subject: [PATCH] Cover cssselect 1.1.0 in the CHANGES file --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES b/CHANGES index 0a0e137..a6c5233 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,20 @@ Changelog ========= +Version 1.1.0 +------------- + +Released on 2019-08-09. + +* Support for the ``:scope`` selector, which allows to access immediate + children of a selector. + +* Support for the ``|E`` syntax for type selectors without a namespace. + +* A new selector method, ``canonical``, returns the CSS expression of the + selector, as a string. + + Version 1.0.3 ------------- @@ -8,6 +22,7 @@ Released on 2017-12-27. * Fix artifact uploads to pypi + Version 1.0.2 ------------- @@ -17,6 +32,7 @@ Released on 2017-12-26. * Fix deprecation warning in Python 3.6. * Minor cleanups. + Version 1.0.1 ------------- @@ -25,6 +41,7 @@ Released on 2017-01-10. * Add support for Python 3.6. * Documentation hosted `on Read the Docs `_ + Version 1.0.0 -------------