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 5010f70..6c306d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -636,6 +636,9 @@ Build
Documentation
-------------
+- Issue #8040: added a version switcher to the documentation. Patch by
+ Yury Selivanov.
+
- Issue #16115: Improve subprocess.Popen() documentation around args, shell,
and executable arguments.