Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
040bc37f
Commit
040bc37f
authored
Jan 06, 2022
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
08632107
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CHANGES.rst
CHANGES.rst
+5
-1
No files found.
CHANGES.rst
View file @
040bc37f
...
...
@@ -2,7 +2,7 @@
Cython
Changelog
================
3.0.0
alpha
10
(
2022
-
01
-
??
)
3.0.0
alpha
10
(
2022
-
01
-
07
)
===========================
Features
added
...
...
@@ -79,6 +79,10 @@ Bugs fixed
*
Unsupported
decorators
on
cdef
functions
were
not
rejected
in
recent
releases
.
Patch
by
David
Woods
.
(
Github
issue
:
issue
:`
4322
`)
*
The
excess
arguments
in
a
for
-
in
-
range
loop
with
more
than
3
arguments
to
`
range
()`
were
silently
ignored
.
Original
patch
by
Max
Bachmann
.
(
Github
issue
:
issue
:`
4550
`)
*
Python
object
types
were
not
allowed
as
``->``
return
type
annotations
.
Patch
by
Matus
Valo
.
(
Github
issue
:
issue
:`
4433
`)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment