summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-04-22 19:09:13 +0200
committerStefan Behnel <stefan_ml@behnel.de>2015-04-22 19:09:13 +0200
commit6a56c76a161e6567d2c0497f7ce635a5ce8fd850 (patch)
treeb728a08e0b8b01db8df2bbb8d0108f4e1d722aef
parent38c4c7ddd5d8ffd0f805d407db1c6decc0de136d (diff)
downloadcython-6a56c76a161e6567d2c0497f7ce635a5ce8fd850.tar.gz
changelog
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 791bd5215..77b1a40dd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,8 @@ 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.