Commit 93d7a610 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.22.x'

Conflicts:
	CHANGES.rst
parents 1291f1f5 6a56c76a
...@@ -56,6 +56,18 @@ Bugs fixed ...@@ -56,6 +56,18 @@ Bugs fixed
* The result of calling a C struct constructor no longer requires an intermediate * The result of calling a C struct constructor no longer requires an intermediate
assignment when coercing to a Python dict. assignment when coercing to a Python dict.
* C++ exception declarations with mapping functions could fail to compile when
pre-declared in .pxd files.
Latest changes
==============
Bugs fixed
----------
* Crash when returning values on generator termination.
* Runtime reported file paths of source files (e.g for profiling and tracing) * Runtime reported file paths of source files (e.g for profiling and tracing)
are now relative to the build root directory instead of the main source file. are now relative to the build root directory instead of the main source file.
...@@ -69,9 +81,6 @@ Bugs fixed ...@@ -69,9 +81,6 @@ Bugs fixed
* 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.
* C++ exception declarations with mapping functions could fail to compile when
pre-declared in .pxd files.
* C++ compilation could fail with an ambiguity error in recent MacOS-X Xcode * C++ compilation could fail with an ambiguity error in recent MacOS-X Xcode
versions. versions.
......
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