Commit 62066a00 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent b070186e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Cython Changelog Cython Changelog
================ ================
0.22.1 (2015-04-??) 0.22.1 (2015-05-??)
=================== ===================
Bugs fixed Bugs fixed
...@@ -23,6 +23,8 @@ Bugs fixed ...@@ -23,6 +23,8 @@ Bugs fixed
* Comparisons of (inferred) ctuples failed to compile. * Comparisons of (inferred) ctuples failed to compile.
* Closures inside of cdef functions returning ``void`` failed to compile.
* Using ``const`` C++ references in intermediate parts of longer expressions * Using ``const`` C++ references in intermediate parts of longer expressions
could fail to compile. could fail to compile.
......
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