-
Notifications
You must be signed in to change notification settings - Fork 5
/
NEWS
35 lines (27 loc) · 905 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
==NEWS==
This file contains a list of user-visible changes.
===Version 0.3 (2013-11-23)===
* Support Python 3.
* Integrate Travis CI, Coveralls, and PyPI badges.
* Preprocessor allows precise reconstruction of input.
* Sections can be extracted and replaced (edit sections).
* Generator fixes:
** Table of content generation fixed.
** I18n and l10n for Table of content header.
** Internal link generation fixed.
** Section edit links fixed.
* Syntax fixes:
** Allow comment at end of heading line.
===Version 0.2 (2013-10-06)===
* Support lxml 2.x.
* Generator fixes:
** Run preprocessor in MediaWiki class.
** Use canonical name for template callback.
** Localise missing template links.
* Syntax fixes:
** Allow whitespace before closing tr and table tags.
** Fix #if and #ifeq.
** Implement #switch.
** Allow nowiki in quoted HTML attributes.
===Version 0.1 (2013-09-06)===
* Initial release.