summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-08-25 17:38:17 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-08-25 17:38:17 +0200
commit48ee775ff4eec8bc201b71b20d6d3b31d290a0b3 (patch)
tree564b642a50522fde5c99e10bc1a861c925e2a59e
parent6c5c6f9a679130a9962a64d33c90c88592a4458c (diff)
downloadcython-48ee775ff4eec8bc201b71b20d6d3b31d290a0b3.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1b9392520..773b407d2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -52,6 +52,9 @@ Features added
* Some missing numpy and CPython C-API declarations were added.
Patch by John Kirkham. (Github issues #2523, #2520, #2537)
+* Declarations for the `pylifecycle` C-API functions were added in a new .pxd file
+ `cpython.pylifecycle`.
+
Bugs fixed
----------