Commit 8b3c9a39 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent d70444b5
...@@ -8,6 +8,10 @@ Cython Changelog ...@@ -8,6 +8,10 @@ Cython Changelog
Features added Features added
-------------- --------------
* Calls to nested Python functions are resolved at compile time.
* Type inference works across nested functions.
* ``py_bytes_string.decode(...)`` is optimised. * ``py_bytes_string.decode(...)`` is optimised.
Bugs fixed Bugs fixed
......
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