Add missing NEWS entry for changeset b79d276041a8
diff --git a/Misc/NEWS b/Misc/NEWS
index 31c9986..cf18a82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@
 - Issue #15229: An OSError subclass whose __init__ doesn't call back
   OSError.__init__ could produce incomplete instances, leading to crashes
   when calling str() on them.
+
+- Issue 15307: Virtual environments now use symlinks with framework builds
+  on Mac OS X, like other POSIX builds.
   
 Library
 -------