浏览代码

Update changelog following #94.

tags/v0.4
Ben Kurtovic 9 年前
父节点
当前提交
ef18166c12
共有 3 个文件被更改,包括 6 次插入5 次删除
  1. +0
    -1
      .travis.yml
  2. +3
    -2
      CHANGELOG
  3. +3
    -2
      docs/changelog.rst

+ 0
- 1
.travis.yml 查看文件

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

env:
matrix:
- WITHOUT_EXTENSION=0


+ 3
- 2
CHANGELOG 查看文件

@@ -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 查看文件

@@ -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`.


正在加载...
取消
保存