Browse Source

Update changelog following #94.

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

+ 0
- 1
.travis.yml View File

@@ -12,7 +12,6 @@ script:
- coverage run --source=mwparserfromhell setup.py -q test
after_success:
- coveralls

env:
matrix:
- WITHOUT_EXTENSION=0


+ 3
- 2
CHANGELOG View File

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

- The parser is now distributed with Windows binaries, fixing an issue that
prevented Windows users from using the C tokenizer.
- 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.
- 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
- 2
docs/changelog.rst View File

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

- The parser is now distributed with Windows binaries, fixing an issue that
prevented Windows users from using the C tokenizer.
- 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.
- 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