|
|
@@ -7,12 +7,21 @@ v0.6 |
|
|
|
Unreleased |
|
|
|
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.5.4...develop>`__): |
|
|
|
|
|
|
|
- Added support for Python 3.8. |
|
|
|
- Dropped support for end-of-life Python 3.4. |
|
|
|
- Updated Wikicode.matches() to recognize underscores as being equivalent |
|
|
|
to spaces. (`#216 <https://github.com/earwig/mwparserfromhell/issues/216>`_) |
|
|
|
Thanks to everyone for their patience with this release! |
|
|
|
|
|
|
|
- Breaking change: dropped support for end-of-life Python 2.7 and 3.4. |
|
|
|
- Added support for Python 3.8 and 3.9. |
|
|
|
- Added binary wheels for Linux and macOS. |
|
|
|
- Updated :meth:`.Wikicode.matches` to recognize underscores as being |
|
|
|
equivalent to spaces. |
|
|
|
(`#216 <https://github.com/earwig/mwparserfromhell/issues/216>`_) |
|
|
|
- Add a `default` parameter to :meth:`.Template.get`, and implement dict-style |
|
|
|
item access for template parameters. |
|
|
|
(`#252 <https://github.com/earwig/mwparserfromhell/issues/252>`_) |
|
|
|
- Fixed a rare parsing bug involving deeply nested style tags. |
|
|
|
(`#224 <https://github.com/earwig/mwparserfromhell/issues/224>`_) |
|
|
|
- Updated HTML tag definitions. |
|
|
|
- Internal refactoring and cleanup. |
|
|
|
|
|
|
|
v0.5.4 |
|
|
|
------ |
|
|
|