Commit 0df1efa5 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 8e29c86c
......@@ -9,6 +9,9 @@ Latest
Features added
--------------
* HTML output of annotated code uses Pygments for code highlighting
and generally received a major overhaul by Matthias Bussonier.
* The Python expression "2 ** N" was optimised.
* Simple support for declaring Python object types in Python signature
......@@ -21,6 +24,9 @@ Features added
Bugs fixed
----------
* ``__init__.pyc`` is recognised as marking a package directory
(in addition to .py, .pyx and .pxd).
* Syntax highlighting in ``cython-mode.el`` for Emacs no longer
incorrectly highlights keywords found as part of longer names.
......
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