summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33c8cd7..b2c6678 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -279,6 +279,10 @@ Core and builtins
Extension Modules
-----------------
+- The unicodedata module was updated to the 4.1 version of the Unicode
+ database. The 3.2 version is still available as unicodedata.db_3_2_0
+ for applications that require this specific version (such as IDNA).
+
- The timing module is no longer built by default. It was deprecated
in PEP 4 in Python 2.0 or earlier.