File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11tinycss2 changelog
22==================
33
4+
5+ Version 0.6
6+ -----------
7+
8+ Released on 2017-08-16.
9+
10+ * Don't allow identifiers starting with two dashes.
11+ * Don't use Tox for tests.
12+ * Follow semantic versioning.
13+
14+
415Version 0.5
516-----------
617
@@ -16,8 +27,8 @@ Released on 2014-08-19.
1627 when parsing a stylesheet, rule list, or declaration list.
1728 Pass ``skip_comments=True`` and ``skip_whitespace=True``
1829 to get the old behavior.
19- * Test on Python 3.4 and PyPy3
20- * Set up continous integration on Travis-CI
30+ * Test on Python 3.4 and PyPy3.
31+ * Set up continous integration on Travis-CI.
2132
2233
2334Version 0.4
Original file line number Diff line number Diff line change 1- VERSION = '0.5 '
1+ VERSION = '0.6.0 '
22
33
44from .tokenizer import parse_component_value_list # noqa
You can’t perform that action at this time.
0 commit comments