summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0171492925..5bd2dc2da4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,9 @@ Core and builtins
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.