summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@gmail.com>2017-07-14 17:18:10 -0700
committerRobert Bradshaw <robertwb@gmail.com>2017-07-14 17:18:10 -0700
commit85453e66b322223287b45ffd64162a0a7c7feb54 (patch)
treef1e4f7c7ceab7ba5e42a38d0e21892f530296c91
parent13ff4bd3f22ad7c5147afc2c716c88120a66a14d (diff)
downloadcython-85453e66b322223287b45ffd64162a0a7c7feb54.tar.gz
Update release notes.
-rw-r--r--CHANGES.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index de87402dc..4fef87c1f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,16 @@ latest
Features added
--------------
+Bugs fixed
+----------
+
+
+0.26 (2017-07-xx)
+=================
+
+Features added
+--------------
+
* Pythran can be used as a backend for evaluating NumPy array expressions.
Patch by Adrien Guinet (Github issue #1607).
@@ -63,6 +73,8 @@ Bugs fixed
* Decorators of cdef class methods could be executed twice.
Patch by jdemeyer (Github issue #1724).
+* Several warnings in the generated coder are now suppressed.
+
Other changes
-------------
@@ -76,6 +88,9 @@ Other changes
* Do not use special dll linkage for "cdef public" functions.
+* cdef/cpdef methods must match their declarations. See Github Issue #1732.
+ This is now a warning and will be an error in future releases.
+
0.25.2 (2016-12-08)
===================