PEP 3107 - Function Annotations thanks to Tony Lownds
diff --git a/Misc/NEWS b/Misc/NEWS
index 4963dcd..e442df8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@
 Core and Builtins
 -----------------
 
+- Added function annotations per PEP 3107.
+
 - Moved intern() to sys.intern().
 
 - exec is now a function.