Skip to content

Commit bfe52ee

Browse files
committed
Update changelog.
1 parent e1ec853 commit bfe52ee

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGES.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Cython Changelog
33
================
44

5+
3.1.1 (2025-0?-??)
6+
==================
7+
8+
Bugs fixed
9+
----------
10+
11+
* Some Limited API issues were resolved.
12+
(Github issue :issue:`6862`)
13+
14+
* Coroutines could fail to generate invalid C with line tracing enabled.
15+
(Github issue :issue:`6865`)
16+
17+
* Code using ``complex()`` could generate invalid C code missing type declarations.
18+
(Github issue :issue:`6860`)
19+
20+
* Code using e.g. ``list[int | None]`` outside of variable/argument annotations failed to compile.
21+
(Github issue :issue:`6856`)
22+
23+
* Accessing special methods on cpdef enums failed to compile.
24+
25+
526
3.1.0 (2025-05-08)
627
==================
728

0 commit comments

Comments
 (0)