Issue #8024: Update the Unicode database to 5.2
diff --git a/Misc/NEWS b/Misc/NEWS
index abbcc04..03aa62d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 Library
 -------
 
+- Issue #8024: Update the Unicode database to 5.2.
+
 - Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
   writing into objects supporting the new buffer API, for example bytearrays
   or memoryviews.