Commit e379d27d authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent abff6ab6
......@@ -3,11 +3,18 @@ Cython Changelog
================
0.24 (2016-03-xx)
===================
=================
Features added
--------------
* PEP 498: Literal String Formatting (f-strings).
Original patch by Jelle Zijlstra.
https://www.python.org/dev/peps/pep-0498/
* PEP 515: Underscores as visual separators in number literals.
https://www.python.org/dev/peps/pep-0515/
* Parser was adapted to some minor syntax changes in Py3.6, e.g.
https://bugs.python.org/issue9232
......@@ -28,7 +35,7 @@ Features added
* Exception type tests have slightly lower overhead.
This fixes ticket 868.
* @property syntax fully supported, old syntax deprecated.
* @property syntax fully supported in cdef classes, old syntax deprecated.
* C++ classes can now be declared with default template parameters.
......
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