Bug #1560617: in pyclbr, return full module name not only for classes,
but also for functions.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c673f4..d63ffb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@
 Library
 -------
 
+- Bug #1560617: in pyclbr, return full module name not only for classes,
+  but also for functions.
+
 - Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes
   keep_blank_values and strict_parsing keyword arguments.