From bddb52a8bbdf33a6cb29ecf6b5a58ae84f22fae6 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 15 Feb 2013 12:18:55 +0100 Subject: [PATCH] changelog --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c0f0bdb..4c170b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. -- 2.7.4