#11062: Fix adding a message from file to Babyl mailbox
diff --git a/Misc/NEWS b/Misc/NEWS
index ef7ecb8..3a9e283 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,8 @@
 Library
 -------
 
+- Issue #11062: Fix adding a message from file to Babyl mailbox.
+
 - Issue #15646: Prevent equivalent of a fork bomb when using
   multiprocessing on Windows without the "if __name__ == '__main__'"
   idiom.