Skip to content

Commit 14cde9d

Browse files
committed
Update changelogs.
1 parent c3ec81a commit 14cde9d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
v0.5 (unreleased):
22

3+
- Added support for Python 3.6.
34
- Fixed parsing bugs involving:
45
- wikitables nested in templates;
56
- wikitable error recovery when unable to recurse;
67
- templates nested in template parameters before other parameters.
78
- Fixed parsing file-like objects.
9+
- Made builds deterministic.
10+
- Documented caveats.
811

912
v0.4.3 (released October 29, 2015):
1013

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ If you're using Pywikibot_, your code might look like this::
149149
text = page.get()
150150
return mwparserfromhell.parse(text)
151151

152-
If you're not using a library, you can parse any page using the following Python 3 code
153-
(via the API_)::
152+
If you're not using a library, you can parse any page using the following
153+
Python 3 code (via the API_)::
154154

155155
import json
156156
from urllib.parse import urlencode

docs/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ v0.5
77
Unreleased
88
(`changes <https://github.com/earwig/mwparserfromhell/compare/v0.4.3...develop>`__):
99

10+
- Added support for Python 3.6.
1011
- Fixed parsing bugs involving:
1112

1213
- wikitables nested in templates;
1314
- wikitable error recovery when unable to recurse;
1415
- templates nested in template parameters before other parameters.
1516

1617
- Fixed parsing file-like objects.
18+
- Made builds deterministic.
19+
- Documented caveats.
1720

1821
v0.4.3
1922
------

0 commit comments

Comments
 (0)