summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:49:06 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-10-14 20:49:06 +0200
commit9b1d6e2a1e52ba06a22c06f82c12a43bab6c1e0c (patch)
tree4e91c7857e8960cf8e371a60a6178e5c99759568
parent8a1c831e2a6dcf29dfecb017bfe3a434b34e5436 (diff)
downloadcython-9b1d6e2a1e52ba06a22c06f82c12a43bab6c1e0c.tar.gz
changelog
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ac0f8b15a..d0b85688d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,6 +21,8 @@ Features added
* ``PySlice_*()`` C-API functions are available from the ``cpython.slice``
module.
+* Allow arrays of C++ classes.
+
Bugs fixed
----------
@@ -41,8 +43,6 @@ Bugs fixed
if the already created module was used later on (e.g. through a
stale reference in sys.modules or elsewhere).
-* Allow arrays of C++ classes.
-
Other changes
-------------