Add NEWS
diff --git a/Misc/NEWS b/Misc/NEWS
index 0f00535..ebf0956 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@
 Library
 -------
 
+- Issue #3762: platform.architecture() fails if python is lanched via
+  its symbolic link.
+
 - Issue #3554: ctypes.string_at and ctypes.wstring_at did call Python
   api functions without holding the GIL, which could lead to a fatal
   error when they failed.