Commit c48361d0 authored by Stefan Behnel's avatar Stefan Behnel

Prepare release of 0.29.32.

parent a4be069c
......@@ -2,6 +2,19 @@
Cython Changelog
================
0.29.32 (2022-07-29)
====================
Bugs fixed
----------
* Revert "Using memoryview typed arguments in inner functions is now rejected as unsupported."
Patch by David Woods. (Github issue #4798)
* ``from module import *`` failed in 0.29.31 when using memoryviews.
Patch by David Woods. (Github issue #4927)
0.29.31 (2022-07-27)
====================
......
# cython.* namespace for pure mode.
from __future__ import absolute_import
__version__ = "0.29.31"
__version__ = "0.29.32"
try:
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