Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified
by RFC 1642.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f134e1..77e8569 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -517,6 +517,8 @@
 - Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than
   considering it exactly like a '*'.
 
+- Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" to
+  ``encodings.aliases``.
 
 Build
 -----