summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2020-04-13 22:10:23 +0200
committerStefan Behnel <stefan_ml@behnel.de>2020-04-13 22:10:23 +0200
commit2fcfd544f25411f14ddd3387d81be04645c4a134 (patch)
treea97c3fa16ab8b80d661438c7338431d618b62a7c
parent66e47e8daeb38877b7d3a137fd574f3326e067b9 (diff)
downloadcython-2fcfd544f25411f14ddd3387d81be04645c4a134.tar.gz
Update changelog.
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3d7d830cd..fcde9c051 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,6 +20,11 @@ Features added
* Annotations are no longer parsed, keeping them as strings following PEP-563.
Patch by David Woods. (Github issue #3285)
+* Conditional blocks in Python code that depend on ``cython.compiled`` are
+ eliminated at an earlier stage, which gives more freedom in writing
+ replacement Python code.
+ Patch by David Woods. (Github issue #3507)
+
* Preliminary support for the CPython's ``Py_LIMITED_API`` (stable ABI) is
available by setting the ``CYTHON_LIMITED_API`` C macro. Note that the
support is currently in an early stage and many features do not yet work.