Issue #4710: Extract directories properly in the zipfile module;
allow adding directories to a zipfile.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5269320..8bdbeb5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,9 @@
 Library
 -------
 
+- Issue #4710: Extract directories properly in the zipfile module;
+  allow adding directories to a zipfile.
+
 - Issue #3807: _multiprocessing build fails when configure is passed 
   --without-threads argument. When this occurs, _multiprocessing will
   be disabled, and not compiled.