summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-02-13 21:25:47 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-02-13 21:25:47 +0100
commit46a910402cbac7e25db92ee9eed8b7d38d09322a (patch)
treea8e14b8b67f0d7a0aef349af5280b6c3317e5ba3
parentb56227d6786a9b09904094a384089694719fe5e2 (diff)
downloadcython-46a910402cbac7e25db92ee9eed8b7d38d09322a.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 95f59e36d..5a94cdd29 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,16 @@
Cython Changelog
================
+0.29.6 (2019-0?-??)
+===================
+
+Bugs fixed
+----------
+
+* Avoid a C #pragma in old gcc versions that was only added in GCC 4.6.
+ Patch by Michael Anselmi. (Github issue #2838)
+
+
0.29.5 (2019-02-09)
===================