Skip to content

Commit 41808c7

Browse files
committed
Changelog for v0.3
1 parent d46179f commit 41808c7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
tinycss2 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+
416
Version 0.2
517
-----------
618

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Parsing
3535
.. autofunction:: parse_one_component_value
3636

3737

38+
.. _serialization:
39+
3840
Serialization
3941
=============
4042

@@ -137,3 +139,6 @@ Glossary
137139
:class:`FunctionBlock`,
138140
or (if requested explicitly) :class:`Comment`
139141
object.
142+
143+
144+
.. include:: ../CHANGES

0 commit comments

Comments
 (0)