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