|
@@ -7,9 +7,9 @@ v0.4 |
|
|
Unreleased |
|
|
Unreleased |
|
|
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.3.3...develop>`__): |
|
|
(`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 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 test for memory leaks in :file:`scripts/memtest.py`. |
|
|
- Added a script to do releases in :file:`scripts/release.sh`. |
|
|
- Added a script to do releases in :file:`scripts/release.sh`. |
|
|