#3134: shutil referenced undefined WindowsError symbol
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c34654..3987402 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@
 Library
 -------
 
+- Issue #3134: shutil referenced undefined WindowsError symbol.
+
 - Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to
   menu entries were not deleted.