Commit 67b7f017 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 3fed4faf
......@@ -14,8 +14,21 @@ Features added
* ``cython.array`` supports simple, non-strided views.
(Github issue #3775)
* The destructor is now called for fields in C++ structs.
Patch by David Woods. (Github issue #3226)
* ``asyncio.iscoroutinefunction()`` now recognises coroutine functions
also when compiled by Cython.
Patch by Pedro Marques da Luz. (Github issue #2273)
* Docstrings of ``cpdef`` enums are now copied to the enum class.
Patch by matham. (Github issue #3805)
* The type ``cython.Py_hash_t`` is available in Python mode.
* The value ``PyBUF_MAX_NDIM`` was added to the ``cpython.buffer`` module.
Patch by John Kirkham. (Github issue #3811)
Bugs fixed
----------
......@@ -26,12 +39,21 @@ Bugs fixed
* ``ndarray.shape`` failed to compile with Pythran and recent NumPy.
Patch by Serge Guelton. (Github issue #3762)
* Casting to ctuples is now allowed.
Patch by David Woods. (Github issue #3808)
* A C compiler warning about unused code was resolved.
(Github issue #3763)
* A C compiler warning about enum value casting was resolved in GCC.
(Github issue #2749)
* A compile failure for C++ enums in Py3.4 / MSVC was resolved.
Patch by Ashwin Srinath. (Github issue #3782)
* The Cython ``CodeWriter`` mishandled no-argument ``return`` statements.
Patch by Tao He. (Github issue #3795)
3.0.0 alpha 6 (2020-07-31)
==========================
......
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