Skip to content
Snippets Groups Projects
Commit a4ec36eb2436 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

fix up changelog

parent 88cf630f5444
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,8 @@
Bugs fixed
----------
* In CPython 3.3, converting a Unicode character to the Py_UNICODE type could fail to raise an overflow for non-BMP characters that do not fit into a wchar_t on the current platform.
* Negative C integer constants lost their longness suffix in the generated C code.
Other changes
......@@ -188,10 +190,6 @@
Bugs fixed
----------
* In CPython 3.3, converting a Unicode character to the Py_UNICODE type
could fail to raise an overflow for non-BMP characters that do not fit
into a wchar_t on the current platform.
Other changes
-------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment