Add comment about removal of CoreServices/CoreFoundation compilation against
the core on OS X (also specifically mention removal of
PyMac_GetAppletScriptFile() ).
diff --git a/Misc/NEWS b/Misc/NEWS
index 1970900..9d6996d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,7 +31,9 @@
 Build
 -----
 
-...
+- Bug 1034277 / Patch 1035255: Remove compilation of core against CoreServices
+  and CoreFoundation on OS X.  Involved removing PyMac_GetAppletScriptFile()
+  which has no known users.  Thanks Bob Ippolito.
 
 C API
 -----