diff --git a/CHANGELOG b/CHANGELOG index 584ade4..0ab103a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/docs/changelog.rst b/docs/changelog.rst index 16963b0..9811b5c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,9 +7,9 @@ v0.4 Unreleased (`changes `__): -- 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`.