summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-22 02:15:24 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-22 02:15:24 +0100
commitdec83ec3629f4a6cabad7d64a6a803996d2d467d (patch)
treebea210b55ce359221388b1c2ca3040064791f7b8
parent85488f43c3b2b0c8881ebccbccce17541f9e705d (diff)
downloadmarkupsafe-dec83ec3629f4a6cabad7d64a6a803996d2d467d.tar.gz
Updated changelog
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bca464e..91a61c5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,22 @@
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
------------