Commit 1a6aba52 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 332bc801
......@@ -3,7 +3,7 @@ Cython Changelog
================
0.26.1 (2017-??-??)
0.26.1 (2017-08-28)
===================
Features added
......@@ -19,14 +19,20 @@ Bugs fixed
a reference to the buffer owner on release, thus not freeing the memory.
(Github issue #1638)
* Auto-decoding failed in 0.26 for strings inside of C++ containers.
(Github issue #1790)
* Compile error when inheriting from C++ container types.
(Github issue #1788)
* Invalid C code in generators (declaration after code).
(Github issue #1801)
* Arithmetic operations on ``const`` integer variables could generate invalid code.
(Github issue #1798).
(Github issue #1798)
* Local variables with names of special Python methods failed to compile inside of
closures (Github issue #1797).
closures. (Github issue #1797)
* Problem with indirect Emacs buffers in cython-mode.
Patch by Martin Albrecht (Github issue #1743).
......
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