diff --git a/CHANGELOG b/CHANGELOG index 9c05482..3471531 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ v0.4 (unreleased): - The parser is now distributed with Windows binaries, fixing an issue that prevented Windows users from using the C tokenizer. -- Added support for parsing wikicode tables. +- 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. - skip_style_tags can now be passed to mwparserfromhell.parse() (previously, diff --git a/docs/changelog.rst b/docs/changelog.rst index 1854fa0..b3e7548 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Unreleased - The parser is now distributed with Windows binaries, fixing an issue that prevented Windows users from using the C tokenizer. -- Added support for parsing wikicode tables. +- 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`. - *skip_style_tags* can now be passed to :func:`mwparserfromhell.parse()