Commit 717a06f9 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent d557a3d7
......@@ -11,6 +11,9 @@ Features added
Bugs fixed
----------
* The C code generation order of cdef classes, closures, etc. was not
deterministic, thus leading to high code churn.
* Type inference could fail to deduce C enum types.
* Type inference could deduce unsafe or inefficient types from integer
......
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