Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Dec 23, 2022
1 parent 7f30160 commit 3867f62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
#########

next
====
0.5 (Dec 23, 2022)
==================

* Remove the "module" infrastructure and implement parser functions as a
replacement. This is not a 1-to-1 replacement, as ``#invoke`` is not
Expand All @@ -15,7 +15,7 @@ next
multiple times when decoding wikicode.
* Various internal improvements, including type hints and f-strings.
* Many minor bugs fixed and additional compatibility with MediaWiki.
* Changed packaging to use setuptools declarative config in `setup.cfg`.
* Changed packaging to use setuptools declarative config in ``setup.cfg``.

0.4 (May 29, 2020)
==================
Expand All @@ -33,7 +33,7 @@ next
* Handling of article content outside of the ``Template`` namespace is supported.
* Ensure there isn't an infinite loop in template transclusion.
* Partially support rendering of edit links.
* Properly handle ``nowiki``, ``includeonly``, and `noinclude`` tags.
* Properly handle ``nowiki``, ``includeonly``, and ``noinclude``` tags.
* Support link trails (e.g. ``[[Foo]]bar``).
* More accurate table rendering.
* Support for handling preformatted text (in the body or in a ``pre`` tag).
Expand Down

0 comments on commit 3867f62

Please sign in to comment.