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

changelog

parent 14a18801
...@@ -8,6 +8,9 @@ Cython Changelog ...@@ -8,6 +8,9 @@ Cython Changelog
Features added Features added
-------------- --------------
* Dynamic Python attributes are allowed on cdef classes if an attribute
``cdef dict __dict__`` is declared in the class.
* IPython cell magic supports "-3" argument as in "%%cython -3". * IPython cell magic supports "-3" argument as in "%%cython -3".
* for-loop iteration over "std::string". * for-loop iteration over "std::string".
......
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