Commit 8daf640d authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.29.26.

parent 4ce2721e
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
Cython Changelog Cython Changelog
================ ================
0.29.26 (2021-12-16)
====================
Bugs fixed
----------
* An incompatibility with CPython 3.11.0a3 was resolved.
(Github issue #4499)
* The ``in`` operator failed on literal lists with starred expressions.
Patch by Arvind Natarajan. (Github issue #3938)
0.29.25 (2021-12-06) 0.29.25 (2021-12-06)
==================== ====================
......
# cython.* namespace for pure mode. # cython.* namespace for pure mode.
from __future__ import absolute_import from __future__ import absolute_import
__version__ = "0.29.25" __version__ = "0.29.26"
try: try:
from __builtin__ import basestring from __builtin__ import basestring
......
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