Browse Source

Update changelog [ci skip]

tags/v0.5.2
Ben Kurtovic 5 years ago
parent
commit
5ce918e007
2 changed files with 6 additions and 2 deletions
  1. +2
    -1
      CHANGELOG
  2. +4
    -1
      docs/changelog.rst

+ 2
- 1
CHANGELOG View File

@@ -1,10 +1,11 @@
v0.6 (unreleased):
v0.5.2 (unreleased):

- Dropped support for end-of-life Python versions 2.6, 3.2, 3.3. (#199, #204)
- Fixed signals getting stuck inside the C tokenizer until parsing finishes,
in pathological cases. (#206)
- Fixed <wbr> not being considered a single-only tag. (#200)
- Fixed a C tokenizer crash on Python 3.7 when compiled with assertions. (#208)
- Cleaned up some minor documentation issues. (#207)

v0.5.1 (released March 3, 2018):



+ 4
- 1
docs/changelog.rst View File

@@ -1,8 +1,8 @@
Changelog
=========

v0.6
v0.5.2
------

Unreleased
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.5.1...develop>`__):
@@ -17,6 +17,8 @@ Unreleased
(`#200 <https://github.com/earwig/mwparserfromhell/pull/200>`)
- Fixed a C tokenizer crash on Python 3.7 when compiled with assertions.
(`#208 <https://github.com/earwig/mwparserfromhell/issues/208>`)
- Cleaned up some minor documentation issues.
(`#207 <https://github.com/earwig/mwparserfromhell/pull/207>`)

v0.5.1
------


Loading…
Cancel
Save