#8040: add a version switcher to the documentation.  Patch by Yury Selivanov.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8df6477..9d29b42 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -493,6 +493,9 @@
 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.