#1286: allow using fileinput.FileInput as context manager.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2886e61..768c7df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Issue #1286: Allow using fileinput.FileInput as a context manager.
+
 - Add lfu_cache() and lru_cache() decorators to the functools module.