Commit 279b7b9d authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent a2ed83b3
......@@ -9,7 +9,7 @@ Latest
Features added
--------------
* Cascaded assignments (a = b = X) try to minimise the number of
* Cascaded assignments (a = b = ...) try to minimise the number of
type coercions.
* Generators have new properties ``__name__`` and ``__qualname__``
......@@ -67,7 +67,7 @@ Bugs fixed
* Syntax highlighting in ``cython-mode.el`` for Emacs no longer
incorrectly highlights keywords found as part of longer names.
* Correctly handle `from cython.submodule comport name``.
* Correctly handle ``from cython.submodule cimport name``.
Other changes
-------------
......
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