summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-05-20 21:08:20 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-05-20 21:08:20 +0200
commitcb4c5229385ce6eb3ca6f7eedb9209995a3985a9 (patch)
treed0a8192064a4deb3b8638a1fd14db0b3acb14691
parentb8d9708fef68149c5ec38b8b22e778b68d7bbe48 (diff)
parent2c3a8c12b7c51f287a2a1475fb7d06eadde83baf (diff)
downloadcython-cb4c5229385ce6eb3ca6f7eedb9209995a3985a9.tar.gz
Merge branch '0.29.x'
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e4492855b..da567547e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -400,6 +400,19 @@ Other changes
* Support for Python 2.6 was removed.
+0.29.19 (2020-05-20)
+====================
+
+Bugs fixed
+----------
+
+* A typo in Windows specific code in 0.29.18 was fixed that broke "libc.math".
+ (Github issue #3622)
+
+* A platform specific test failure in 0.29.18 was fixed.
+ Patch by smutch. (Github issue #3620)
+
+
0.29.18 (2020-05-18)
====================