summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-11 22:16:21 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-10-11 22:16:21 (GMT)
commit80b31402d590519a9e59512707987f8a3ad37768 (patch)
treebbd865efe194cfe380b33bb9981bca17ac9231cd /Misc/NEWS
parent6b1e113f9f142a0e531d0ae3d45cc31341fc9949 (diff)
parent5700ae877fc1a93cebe95739c6817d06768504c0 (diff)
downloadcpython-80b31402d590519a9e59512707987f8a3ad37768.zip
cpython-80b31402d590519a9e59512707987f8a3ad37768.tar.gz
cpython-80b31402d590519a9e59512707987f8a3ad37768.tar.bz2
Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e84ad1b..30b0263 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -459,6 +459,8 @@ Build
Windows
-------
+- Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
+
- Issue #25089: Adds logging to installer for case where launcher is not
selected on upgrade.