Commit 19c2e5a9 authored by Stefan Behnel's avatar Stefan Behnel

changelog fix

parent d5a53300
......@@ -11,10 +11,6 @@ Features added
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
-------------
......@@ -28,6 +24,8 @@ Features added
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
......
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