summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 123e911..30bb985 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -240,6 +240,9 @@ Core and builtins
Library
-------
+- GB18030 codec now can encode additional two-byte characters that
+ are missing in GBK.
+
- Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot
represent the result in a single character.