Skip to content

Commit 0440d5f

Browse files
committed
Update changelog.
1 parent e860884 commit 0440d5f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Cython Changelog
33
================
44

5-
3.1.2 (2025-??-??)
5+
3.1.2 (2025-06-08)
66
==================
77

88
Bugs fixed
@@ -23,6 +23,15 @@ Bugs fixed
2323
* Calls to C functions taking exception types failed to check for a `None` argument.
2424
(Github issue :issue:`6420`)
2525

26+
* Fused functions had an incorrect ``__module__`` attribute.
27+
(Github issue :issue:`6897`)
28+
29+
* The type of Cython implemented functions had an incorrect ``__module__`` attribute.
30+
(Github issue :issue:`6841`)
31+
32+
* Errors while indexing into ``bytearray`` or ``str`` in ``nogil`` sections could crash.
33+
(Github issue :issue:`6947`)
34+
2635
* The C++11 ``<type_traits>`` header was included regardless of the C++ version.
2736
(Github issue :issue:`6896`)
2837

@@ -38,6 +47,9 @@ Bugs fixed
3847
* Embedded function signatures were not always separated from the existing docstring.
3948
(Github issue :issue:`6904`)
4049

50+
* ``numpy.math`` was missing from ``Cython/Includes/`` and could not be cimported.
51+
(Github issue :issue:`6859`)
52+
4153
* Some tests were adapted for NumPy 2.x.
4254
(Github issue :issue:`6898`)
4355

0 commit comments

Comments
 (0)