Commit 27b20d12 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 8b342daf
......@@ -8,6 +8,8 @@ Cython Changelog
Features added
--------------
* ``raise Exception() from None`` suppresses the exception context in Py3.3.
* Py3 compatible ``exec(tuple)`` syntax is supported in Py2 code.
* Keyword arguments are supported for cdef functions.
......
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