Add support to the ihooks module for relative imports.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c5acd7..cd6c930 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -405,6 +405,8 @@
 Library
 -------
 
+- Add support to the `ihooks` module for relative imports.
+
 - Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment 
 
 - Issue #7086: Added TCP support to SysLogHandler, and tidied up some