summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f874a2d..bac4238 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Extension Modules
Library
-------
+- Patch #1467770: Reduce usage of subprocess._active to processes which
+ the application hasn't waited on.
+
- Patch #1462222: Fix Tix.Grid.
- Fix exception when doing glob.glob('anything*/')