Browse Source

Changelog update for 0.4.

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

+ 3
- 3
CHANGELOG View File

@@ -1,8 +1,8 @@
v0.4 (unreleased):

- The parser is now distributed with Windows binaries, and falls back on a pure
Python mode if C extensions cannot be built. This fixes an issue that
prevented some Windows users from installing the parser.
- The parser now falls back on pure Python mode if C extensions cannot be
built. This fixes an issue that prevented some Windows users from installing
the parser.
- Added support for parsing wikicode tables (patches by David Winegar).
- Added a script to test for memory leaks in scripts/memtest.py.
- Added a script to do releases in scripts/release.sh.


+ 3
- 3
docs/changelog.rst View File

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

- The parser is now distributed with Windows binaries, and falls back on a pure
Python mode if C extensions cannot be built. This fixes an issue that
prevented some Windows users from installing the parser.
- The parser now falls back on pure Python mode if C extensions cannot be
built. This fixes an issue that prevented some Windows users from installing
the parser.
- Added support for parsing wikicode tables (patches by David Winegar).
- Added a script to test for memory leaks in :file:`scripts/memtest.py`.
- Added a script to do releases in :file:`scripts/release.sh`.


Loading…
Cancel
Save