summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e6084787e0..2150ac1aa0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -368,6 +368,8 @@ Core and builtins
Library
-------
+- #1087741: mmap.mmap is now a class, not a factory function. It is also
+ subclassable now.
- #1269: fix a bug in pstats.add_callers() and add a unit test file for
pstats.