summaryrefslogtreecommitdiff
path: root/CHANGES
blob: 91a61c5b5fe0ef8066c058d252c2cd733ac7e86b (plain)
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
MarkupSafe Changelog
====================

Version 0.18
------------

- Fixed `__mul__` and string splitting on Python 3.

Version 0.17
------------

- Fixed a bug with broken interpolation on tuples.

Version 0.16
------------

- Improved Python 3 Support and removed 2to3
- Removed support for Python 3.2 and 2.5

Version 0.15
------------

- Fixed a typo that caused the library to fail to install
  on pypy and jython -.-

Version 0.14
------------

- Release fix for 0.13.

Version 0.13
------------

- Do not attempt to compile extension for PyPy or Jython.
- Work around some 64bit Windows issues.

Version 0.12
------------

- improved PyPy compatibility