Fix #3561. Add an option to place the Python installation into the Windows Path environment variable.
diff --git a/Misc/NEWS b/Misc/NEWS
index d8c91d3..f0f0807 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -189,6 +189,9 @@
Tools / Demos
-------------
+- Issue #3561: The Windows installer now has an option, off by default, for
+ placing the Python installation into the system "Path" environment variable.
+
- Issue #13165: stringbench is now available in the Tools/stringbench folder.
It used to live in its own SVN project.