NEWS entry about importlib and ImportError's new attributes.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3dab768..a34f2bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@
 Library
 -------
 
+- Have importlib take advantage of ImportError's new 'name' and 'path'
+  attributes.
+
 - Issue #14399: zipfile now correctly adds a comment even when the zipfile
   being created is otherwise empty.  In addition, the TypeError that results
   from trying to set a non-binary value as a comment is now now raised at the