Commit ae9ee53c authored by da-woods's avatar da-woods Committed by GitHub

Reduce user expectations for the limited API support in the changelog (GH-3500)

The current wording implies that users can expect it to work, which isn't really the current state.
It seems better not to claim too much until it's a bit more advanced.
parent 3c1fef45
......@@ -20,7 +20,10 @@ Features added
* Annotations are no longer parsed, keeping them as strings following PEP-563.
Patch by David Woods. (Github issue #3285)
* The ``LIMITED_API`` is supported by setting the ``CYTHON_LIMITED_API`` C macro.
* Preliminary support for ``LIMITED_API`` is available by setting the
``CYTHON_LIMITED_API`` C macro.
(Support for ``LIMITED_API`` is currently in an early stage and many features
do not yet work.)
Patches by Eddie Elizondo. (Github issue #3223, #3311)
* The dispatch to fused functions is now linear in the number of arguments,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment