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 -------------