Commit ff591c46 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 902be3fc
...@@ -18,6 +18,10 @@ Bugs fixed ...@@ -18,6 +18,10 @@ Bugs fixed
when the templates mix ``const`` with ``ctypedef``. when the templates mix ``const`` with ``ctypedef``.
(Github issue #2148) (Github issue #2148)
* Undeclared C++ no-args constructors in subclasses could make the compilation
fail if the base class constructor was declared without ``nogil``.
(Github issue #2157)
0.28 (2018-03-13) 0.28 (2018-03-13)
================= =================
......
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