Skip to content

Commit

Permalink
Changelog for v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Dec 27, 2013
1 parent d46179f commit 41808c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
tinycss2 changelog
==================

Version 0.3
-----------

Released on 2013-12-27.

* Document all the things!
* Add :ref:`serialization`
* Merge :func:`tinycss2.color3.parse_color_string` behavior into
:func:`~tinycss2.color3.parse_color`.
* Fix and test parsing form bytes and tokenization of <unicode-range>.


Version 0.2
-----------

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Parsing
.. autofunction:: parse_one_component_value


.. _serialization:

Serialization
=============

Expand Down Expand Up @@ -137,3 +139,6 @@ Glossary
:class:`FunctionBlock`,
or (if requested explicitly) :class:`Comment`
object.


.. include:: ../CHANGES

0 comments on commit 41808c7

Please sign in to comment.