Issue #4075: Use OutputDebugStringW in Py_FatalError.
diff --git a/Misc/NEWS b/Misc/NEWS
index af502b6..6fed1bc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #4075: Use OutputDebugStringW in Py_FatalError.
+
 - Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
   file with `str' filename on Windows.