Credit Per Øyvind Karlsen for the initial implementation of the lzma module (issue #6715).
diff --git a/Misc/NEWS b/Misc/NEWS
index f01b7e2..c6f46a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -400,6 +400,7 @@
 -------
 
 - Issue #6715: Add a module 'lzma' for compression using the LZMA algorithm.
+  Thanks to Per Øyvind Karlsen for the initial implementation.
 
 - Issue #13487: Make inspect.getmodule robust against changes done to
   sys.modules while it is iterating over it.