Skip to content

Commit

Permalink
Changelog for 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jun 14, 2012
1 parent e48ecc6 commit 13023ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

Version 0.7
-----------

Released on 2012-06-14.

Bug fix release: see #2, #7 and #10 on GitHub.

* The tokenizer and parser have been rewritten to be much closer to the
specified grammar. In particular, non-ASCII characters and backslash-escapes
are now handled correctly.
* Special characters are protected in the output so that generated XPath
exrpessions should always be valid
* The ``~=``, ``^=`` and ``*=`` attribute operators now correctly never match
when used with an empty string.


Version 0.6.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion cssselect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError


VERSION = '0.6.1'
VERSION = '0.7'
__version__ = VERSION

0 comments on commit 13023ed

Please sign in to comment.