fix up changelog
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 9 Dec 2012 12:27:00 +0000 (13:27 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 9 Dec 2012 12:27:00 +0000 (13:27 +0100)
CHANGES.rst

index 2d66528..e40bd59 100644 (file)
@@ -11,6 +11,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
@@ -188,10 +190,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
 -------------