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
2dd3be0a
Commit
2dd3be0a
authored
Apr 26, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
175b00de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
CHANGES.rst
CHANGES.rst
+16
-0
No files found.
CHANGES.rst
View file @
2dd3be0a
...
@@ -2,6 +2,22 @@
...
@@ -2,6 +2,22 @@
Cython
Changelog
Cython
Changelog
================
================
0.29.24
(
2021
-??-??)
====================
Bugs
fixed
----------
*
Inline
functions
in
pxd
files
that
used
memory
views
could
lead
to
invalid
C
code
if
the
module
that
imported
from
them
does
not
use
memory
views
.
Patch
by
David
Woods
.
(
Github
issue
#
1415
)
*
The
optimised
``
in
``
operator
failed
on
unicode
strings
in
Py3
.9
and
later
that
were
constructed
from
an
external
``
wchar_t
``
source
.
Also
,
related
C
compiler
warnings
about
deprecated
C
-
API
usage
were
resolved
.
(
Github
issue
#
3925
)
0.29.23
(
2021
-
04
-
14
)
0.29.23
(
2021
-
04
-
14
)
====================
====================
...
...
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