Commit 43d1490e authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 17ec3f80
......@@ -80,6 +80,10 @@ Optimizations
Bugs fixed
----------
* Nested C++ templates could lead to unseparated ">>" characters being
generated into the C++ declarations, which older C++ compilers could
not parse.
* Sending SIGINT (Ctrl-C) during parallel cythonize() builds could
hang the child processes.
......
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