Commit ac1c4143 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 4dfdc658
...@@ -8,8 +8,8 @@ Cython Changelog ...@@ -8,8 +8,8 @@ Cython Changelog
Features added Features added
-------------- --------------
* The Jupyter magic has a new debug option ``--verbose`` that prints the C * The Jupyter magic has a new debug option ``--verbose`` that shows details about
compiler output. Patch by Boris Filippov (Github issue #1881). the distutils invocation. Patch by Boris Filippov (Github issue #1881).
Bugs fixed Bugs fixed
---------- ----------
...@@ -20,6 +20,12 @@ Bugs fixed ...@@ -20,6 +20,12 @@ Bugs fixed
* Crash when compiling in C++ mode with old setuptools versions. * Crash when compiling in C++ mode with old setuptools versions.
(Github issue #1879) (Github issue #1879)
* C++ object arguments for the constructor of Cython implemented C++ are now
passed by reference and not by value to allow for non-copyable arguments, such
as ``unique_ptr``.
* Some issues with the relaxed exception value handling were resolved.
0.27 (2017-09-23) 0.27 (2017-09-23)
================= =================
......
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