summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-07-18 18:37:26 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-07-18 18:37:26 +0200
commitd80aaed5356fbbdf3e5dfc8b8062addf57b068ef (patch)
tree2658cbee3f33a61af8e5a9a4b35d2f8407032bbb
parent69714807b2ab222fbf9cc6715f28c2f13ebe436c (diff)
downloadcython-d80aaed5356fbbdf3e5dfc8b8062addf57b068ef.tar.gz
Add changelog entry for GH #2199 (fixed in 0.28.3).
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 59545c644..441219891 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -32,6 +32,9 @@ Bugs fixed
* Work around a crash bug in g++ 4.4.x by disabling the size reduction setting
of the module init function in this version. (Github issue #2235)
+* Crash when exceptions occur early during module initialisation.
+ (Github issue #2199)
+
0.28.2 (2018-04-13)
===================