#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
diff --git a/Misc/NEWS b/Misc/NEWS
index 7f38259..052ec48 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -418,6 +418,9 @@
 Library
 -------
 
+- Issue #7066: archive_util.make_archive now restores the cwd if an error is 
+  raised. Initial patch by Ezio Melotti.
+
 - Issue #6218: io.StringIO and io.BytesIO instances are now picklable with
   protocol 2.