-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES.txt
77 lines (52 loc) · 1.48 KB
/
CHANGES.txt
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Changelog
=========
1.0b2 (unreleased)
------------------
* TBD
1.0b1 (2024-01-31)
------------------
* Fix serialization of a tree to bytes
`PR <https://github.com/repoze/repoze.xmliter/pull/18/>`_.
[maurits]
* Removed unused ``future`` dependency.
Fixes `issue 10 <https://github.com/repoze/repoze.xmliter/issues/10>`_.
[maurits]
* Drop support for Python 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
[tseaver, mborch]
* Add support for Python 3.7, 3.8, 3.9, 3.10, and 3.11.
[tseaver, mborch]
0.6.1 (2022-01-14)
------------------
* Fixed tests with lxml 4.7.1 or higher.
Fixes `issue 8 <https://github.com/repoze/repoze.xmliter/issues/8>`_.
[maurits]
0.6 - 2014-09-21
----------------
* Python 3 compatibility
[Lennart Regebro]
0.5 - 2012-01-25
----------------
* Add __len__ to serializer to help WSGI servers.
[Laurence]
* Serializer should iter the entire string in one go.
[Laurence]
0.4 - 2011-06-16
----------------
* Ensure trailing space is removed when replacing doctype with empty string.
[Laurence]
0.3 - 2011-06-03
----------------
* Add doctype option to replace doctype on serialization.
[Laurence]
0.2 - 2010-09-11
----------------
* Use document encoding by default. (This fixes test failure on Ubuntu 10.04.)
[Laurence]
* Defer to xsl:output settings when serializing an XSLResultTree.
[Laurence]
* Turn off pretty printing by default for HTML to avoid affecting rendering on
the browser.
[Laurence]
0.1 - 2010-04-21
----------------
* Initial release