File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11tinycss2 changelog
22==================
33
4+ Version 0.3
5+ -----------
6+
7+ Released on 2013-12-27.
8+
9+ * Document all the things!
10+ * Add :ref:`serialization`
11+ * Merge :func:`tinycss2.color3.parse_color_string` behavior into
12+ :func:`~tinycss2.color3.parse_color`.
13+ * Fix and test parsing form bytes and tokenization of <unicode-range>.
14+
15+
416Version 0.2
517-----------
618
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ Parsing
3535.. autofunction :: parse_one_component_value
3636
3737
38+ .. _serialization :
39+
3840Serialization
3941=============
4042
@@ -137,3 +139,6 @@ Glossary
137139 :class: `FunctionBlock `,
138140 or (if requested explicitly) :class: `Comment `
139141 object.
142+
143+
144+ .. include :: ../CHANGES
You can’t perform that action at this time.
0 commit comments