summaryrefslogtreecommitdiff
path: root/CHANGES
blob: bca464e088727dc8e41317feadd9195d5bade7f3 (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
MarkupSafe Changelog
====================

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