#8040: merge with 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS
index ba555bb..1db5843 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -174,6 +174,9 @@
 Documentation
 -------------
 
+- Issue #8040: added a version switcher to the documentation.  Patch by
+  Yury Selivanov.
+
 - Additional comments and some style changes in the concurrent.futures URL
   retrieval example