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
70b6b3c9
Commit
70b6b3c9
authored
Oct 30, 2018
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changelog.
parent
38d0c5b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
CHANGES.rst
CHANGES.rst
+20
-0
No files found.
CHANGES.rst
View file @
70b6b3c9
...
...
@@ -2,6 +2,26 @@
Cython
Changelog
================
3.0.0
(
2019
-??-??)
==================
Bugs
fixed
----------
*
The
first
function
line
number
of
functions
with
decorators
pointed
to
the
signature
line
and
not
the
first
decorator
line
,
as
in
Python
.
Patch
by
Felix
Kohlgr
ü
ber
.
(
Github
issue
#
2536
)
*
Constant
integer
expressions
that
used
a
negative
exponend
were
evaluated
as
integer
0
instead
of
the
expected
float
value
.
Patch
by
Kry
š
tof
Piln
áč
ek
.
(
Github
issue
#
2133
)
Other
changes
-------------
*
Support
for
Python
2.6
was
removed
.
0.29.1
(
2018
-
1
?-??)
===================
...
...
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