summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-10-29 11:56:39 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-10-29 11:56:39 +0100
commitf4887a9707f3c0e77bc34d84f3dddd84d85e843d (patch)
treef58a00745b9c029d31247a88bc472ef02b23a15b
parent313f0a86af0cd1fa869b157a8326c46ae0cfa0a6 (diff)
parente8f59d34b165924174afd405487d63ee902cbc2a (diff)
downloadcython-f4887a9707f3c0e77bc34d84f3dddd84d85e843d.tar.gz
Merge branch '0.27.x'
-rw-r--r--CHANGES.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index fea75afc6..5c85a5694 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,18 @@
Cython Changelog
================
+0.27.3 (2017-??-??)
+===================
+
+Bugs fixed
+----------
+
+* NumPy slicing generated incorrect results when compiled with Pythran.
+ (Github issue #1946)
+
+* Adapt to recent C-API change of ``PyThreadState`` in CPython 3.7.
+
+
0.27.2 (2017-10-22)
===================