#14344: fixed the repr of email.policy objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4c6a5c2..93fb4bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@
 Library
 -------
 
+- Issue #14344: fixed the repr of email.policy objects.
+
 - Issue #11686: Added missing entries to email package __all__ lists
   (mostly the new Bytes classes).