Commit a5dba3d8 authored by Stefan Behnel's avatar Stefan Behnel

Update changelog.

parent 09ca6dab
...@@ -8,12 +8,16 @@ Cython Changelog ...@@ -8,12 +8,16 @@ Cython Changelog
Bugs fixed Bugs fixed
---------- ----------
* GH-2919: Python tuple constants that compare equal but have different item * Python tuple constants that compare equal but have different item
types could incorrectly be merged into a single constant. types could incorrectly be merged into a single constant.
(Github issue #2919)
* Non-ASCII characters in unprefixed strings could crash the compiler when * Non-ASCII characters in unprefixed strings could crash the compiler when
used with language level ``3str``. used with language level ``3str``.
* Starred expressions in %-formatting tuples could fail to compile for
unicode strings. (Github issue #2939)
0.29.7 (2019-04-14) 0.29.7 (2019-04-14)
=================== ===================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment