summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-01-02 17:49:23 +0100
committerStefan Behnel <stefan_ml@behnel.de>2019-01-02 17:49:23 +0100
commit4d0418738671317cdd4d558808601b6a8e2b2daa (patch)
tree3da2e7ff35ddbb50e5c692e1d39b2a619432592e
parent7c1cb93c5e3cdf8381915364443953bfc20e5b9c (diff)
downloadcython-4d0418738671317cdd4d558808601b6a8e2b2daa.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 13e85ad2f..ea3eea5aa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,22 @@
Cython Changelog
================
+0.29.3 (2019-??-??)
+===================
+
+Bugs fixed
+----------
+
+* Some C code for memoryviews was generated in a non-deterministic order.
+ Patch by Martijn van Steenbergen. (Github issue #2779)
+
+* C89 compatibility was accidentally lost since 0.28.
+ Patch by gastineau. (Github issue #2778)
+
+* A C compiler cast warning was resolved.
+ Patch by Michael Buesch. (Github issue #2774)
+
+
0.29.2 (2018-12-14)
===================