summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a740b33..f94ff17 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,10 +61,12 @@ Library
Extension Modules
-----------------
-- Issue #4509: array.array objects are no longer modified after an operation
+- Issue #4509: Array objects are no longer modified after an operation
failing due to the resize restriction in-place when the object has exported
buffers.
+- Issue #2389: Array objects are now pickled in a portable manner.
+
Build
-----