summaryrefslogtreecommitdiffstats
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 2e9cce6..95092af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -303,6 +303,9 @@ Extension Modules
Library
-------
+- bpo-29649: Improve struct.pack_into() exception messages for problems
+ with the buffer size and offset. Patch by Andrew Nester.
+
- bpo-29654: Support If-Modified-Since HTTP header (browser cache). Patch
by Pierre Quentel.