#6693: New functions in site.py to get user/global site packages paths.
diff --git a/Misc/NEWS b/Misc/NEWS
index 7bb0d5e..a8a738d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,8 @@
 Library
 -------
 
+- Issue #6693: New functions in site.py to get user/global site packages paths.
+
 - The thread.lock type now supports weak references.
 
 - Issue #1356969: Add missing info methods in Tix.HList.