bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
diff --git a/Misc/NEWS b/Misc/NEWS
index 0171492..5bd2dc2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,9 @@
 Extension Modules
 -----------------
 
+- Bug #728515: mmap.resize() now resizes the file on Unix as it did
+  on Windows.
+
 - Patch #1180695: Add nanosecond stat resolution, and st_gen, 
   st_birthtime for FreeBSD.