summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-02 11:45:58 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-02 11:45:58 +0100
commita9154cf7db4d1c7b17fcd22f52578d83cb574072 (patch)
treea67f958b696f40cd28123060171818b5f58834f9
parenta2266711f4220916532a21eb8bf9e3df09447659 (diff)
downloadcython-a9154cf7db4d1c7b17fcd22f52578d83cb574072.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 84a9a9271..d9f69a29f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,13 @@
Cython Changelog
================
+0.29.5 (2019-??-??)
+===================
+
+* Compiler crash when `prange()` loops appear inside of with-statements.
+ (Github issue #2780)
+
+
0.29.4 (2019-02-01)
===================