Skip to content

Commit

Permalink
Merge branch '0.22.x'
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGES.rst
  • Loading branch information
scoder committed Apr 22, 2015
2 parents 1291f1f + 6a56c76 commit 93d7a61
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ Bugs fixed
* The result of calling a C struct constructor no longer requires an intermediate
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)
are now relative to the build root directory instead of the main source file.

Expand All @@ -69,9 +81,6 @@ Bugs fixed
* Using ``const`` C++ references in intermediate parts of longer expressions
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
versions.

Expand Down

0 comments on commit 93d7a61

Please sign in to comment.