Issue #6715: Add module for compression using the LZMA algorithm.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5132f8c..f01b7e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -399,6 +399,8 @@
 Library
 -------
 
+- Issue #6715: Add a module 'lzma' for compression using the LZMA algorithm.
+
 - Issue #13487: Make inspect.getmodule robust against changes done to
   sys.modules while it is iterating over it.