#5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin.
diff --git a/Misc/NEWS b/Misc/NEWS
index cbf28a4..627ba07 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,8 +44,11 @@
Library
-------
+- Issue #5511: now zipfile.ZipFile can be used as a context manager.
+ Initial patch by Brian Curtin.
+
- Distutils now correctly identifies the build architecture as "x86_64"
- when building on OSX 10.6 without "-arch" flags.
+ when building on OSX 10.6 without "-arch" flags.
- Issue #7556: Distutils' msvc9compiler now opens the MSVC Manifest
file in text mode.