Commit b8ce0ee2 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 07c422a5
......@@ -9,6 +9,8 @@ Latest
Features added
--------------
* C (cdef) functions allow inner Python functions.
* Enums can now be declared as cpdef to export their values to
the module's Python namespace. Cpdef enums in pxd files export
their values to their own module, iff it exists.
......
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