summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-11 23:21:28 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-11 23:21:28 +0200
commit8ee6e86e1d634c2ea6b4b0d37c09a744a184bb6d (patch)
treed60a3b1916f9451e202cd7dc96c2788402936640
parent008bc53c45d1131d0eedf5c1fe276f5808911681 (diff)
downloadcython-8ee6e86e1d634c2ea6b4b0d37c09a744a184bb6d.tar.gz
Update changelog.3.0a1
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 75037d122..6ef509e7c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -80,7 +80,7 @@ Features added
* Several declarations in ``cpython.*``, ``libc.*`` and ``libcpp.*`` were added.
Patches by Jeroen Demeyer, Matthew Edwards, Chris Gyurgyik, Jerome Kieffer
and Zackery Spytz.
- (Github issues #3468, #3332, #3179, #2891, #2826, #2713)
+ (Github issues #3468, #3332, #3202, #3188, #3179, #2891, #2826, #2713)
* Deprecated NumPy API usages were removed from ``numpy.pxd``.
Patch by Matti Picus. (Github issue #3365)