Commit 9b1d6e2a authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 8a1c831e
...@@ -21,6 +21,8 @@ Features added ...@@ -21,6 +21,8 @@ Features added
* ``PySlice_*()`` C-API functions are available from the ``cpython.slice`` * ``PySlice_*()`` C-API functions are available from the ``cpython.slice``
module. module.
* Allow arrays of C++ classes.
Bugs fixed Bugs fixed
---------- ----------
...@@ -41,8 +43,6 @@ Bugs fixed ...@@ -41,8 +43,6 @@ Bugs fixed
if the already created module was used later on (e.g. through a if the already created module was used later on (e.g. through a
stale reference in sys.modules or elsewhere). stale reference in sys.modules or elsewhere).
* Allow arrays of C++ classes.
Other changes Other changes
------------- -------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment