From ef18166c1240002def94295b4ea0bc046e186086 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 12 Jan 2015 18:26:13 -0500 Subject: [PATCH] Update changelog following #94. --- .travis.yml | 1 - CHANGELOG | 5 +++-- docs/changelog.rst | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index daa31ac..07dab97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ script: - coverage run --source=mwparserfromhell setup.py -q test after_success: - coveralls - env: matrix: - WITHOUT_EXTENSION=0 diff --git a/CHANGELOG b/CHANGELOG index 1e9801b..584ade4 100644 --- a/CHANGELOG +++ b/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. diff --git a/docs/changelog.rst b/docs/changelog.rst index 2285a82..16963b0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,8 +7,9 @@ v0.4 Unreleased (`changes `__): -- 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`.