Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed May 4, 2014
1 parent 8e29c86 commit 0df1efa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 0df1efa

Please sign in to comment.