Issue #6369: Fix an RLE decompression bug in the binhex module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b8271e..f8b6bb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@
 Library
 -------
 
+- Issue #6369: Fix an RLE decompression bug in the binhex module.
+
 - Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
 
 - The deprecated function string.maketrans has been removed.