changelog
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 20 Feb 2013 18:00:07 +0000 (19:00 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 20 Feb 2013 18:00:07 +0000 (19:00 +0100)
CHANGES.rst

index fe58efe..e28e11a 100644 (file)
@@ -8,6 +8,8 @@ Cython Changelog
 Features added
 --------------
 
+* Unicode slicing is substantially faster.
+
 * list.append() is faster on average.
 
 * ``raise Exception() from None`` suppresses the exception context in Py3.3.