Browse Source

Update changelog.

tags/v0.3
Ben Kurtovic 10 years ago
parent
commit
4edf9ffad6
2 changed files with 6 additions and 2 deletions
  1. +3
    -1
      CHANGELOG
  2. +3
    -1
      docs/changelog.rst

+ 3
- 1
CHANGELOG View File

@@ -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 <ref>foo</ref>, <ref name="bar"/>, and wiki-markup tags
like bold ('''), italics (''), and lists (''*'', ''#'', '';'' and '':'').
- Various fixes and cleanup.

v0.2 (released June 20, 2013):


+ 3
- 1
docs/changelog.rst View File

@@ -8,7 +8,9 @@ Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.2...develop>`__):

- Added complete support for HTML :py:class:`Tags <.Tag>`, along with
appropriate unit tests.
appropriate unit tests. This includes forms like ``<ref>foo</ref>``,
``<ref name="bar"/>``, and wiki-markup tags like bold (``'''``), italics
(``''``), and lists (``''*''``, ``''#''``, ``'';''`` and ``'':''``).
- Various fixes and cleanup.

v0.2


Loading…
Cancel
Save