summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-05-28 21:52:54 +0200
committerStefan Behnel <stefan_ml@behnel.de>2019-05-28 21:52:54 +0200
commita8a8b70d54a6f70931cec2e571ae042159e35314 (patch)
tree37bedb868aaf8256d01580c2e302caefa553d44e
parent9eb6c46bce45b13fd4349826b10e8da6b8b5e3b4 (diff)
downloadcython-a8a8b70d54a6f70931cec2e571ae042159e35314.tar.gz
Update changelog.0.29.9
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e209f1525..f5c74b9d5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,6 +10,9 @@ Bugs fixed
* Fix a crash regression in 0.29.8 when creating code objects fails.
+* Remove an incorrect cast when using true-division in C++ operations.
+ (Github issue #1950)
+
0.29.8 (2019-05-28)
===================