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 69e4d30..239fc6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -498,6 +498,9 @@ Core and Builtins
Library
-------
+- Issue #13447: Add a test file to host regression tests for bugs in the
+ scripts found in the Tools directory.
+
- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
on Windows.