Added News for r66338
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dd15d6..2a54c0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #3813: could not lanch python.exe via symbolic link on cygwin.
+
 - Issue #3705: fix crash when given a non-ascii value on the command line for
   the "-c" and "-m" parameters. Now the behaviour is as expected under Linux,
   although under Windows it fails at a later point.