From 4edf9ffad6a91898620b2220f5e78fbfe31de8da Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 14 Aug 2013 14:12:08 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG | 4 +++- docs/changelog.rst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bb07cf3..aa8d0b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ v0.3 (unreleased): -- Added complete support for HTML Tags, along with appropriate unit tests. +- Added complete support for HTML Tags, along with appropriate unit tests. This + includes forms like foo, , and wiki-markup tags + like bold ('''), italics (''), and lists (''*'', ''#'', '';'' and '':''). - Various fixes and cleanup. v0.2 (released June 20, 2013): diff --git a/docs/changelog.rst b/docs/changelog.rst index afb7c5f..cf8708d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,9 @@ Unreleased (`changes `__): - Added complete support for HTML :py:class:`Tags <.Tag>`, along with - appropriate unit tests. + appropriate unit tests. This includes forms like ``foo``, + ````, and wiki-markup tags like bold (``'''``), italics + (``''``), and lists (``''*''``, ``''#''``, ``'';''`` and ``'':''``). - Various fixes and cleanup. v0.2