changelog
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Feb 2013 11:18:55 +0000 (12:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 15 Feb 2013 11:18:55 +0000 (12:18 +0100)
CHANGES.rst

index c0f0bdb..4c170b4 100644 (file)
@@ -8,6 +8,8 @@ Cython Changelog
 Features added
 --------------
 
+* list.append() is faster on average.
+
 * ``raise Exception() from None`` suppresses the exception context in Py3.3.
 
 * Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code.