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

changelog

parent a2ed83b3
...@@ -9,7 +9,7 @@ Latest ...@@ -9,7 +9,7 @@ Latest
Features added 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. type coercions.
* Generators have new properties ``__name__`` and ``__qualname__`` * Generators have new properties ``__name__`` and ``__qualname__``
...@@ -67,7 +67,7 @@ Bugs fixed ...@@ -67,7 +67,7 @@ Bugs fixed
* Syntax highlighting in ``cython-mode.el`` for Emacs no longer * Syntax highlighting in ``cython-mode.el`` for Emacs no longer
incorrectly highlights keywords found as part of longer names. 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 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