summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-09-05 19:47:06 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-09-05 19:47:06 (GMT)
commitf3f2d372e81ffa80feadc64f3a66bfbaceb72485 (patch)
tree9b39fea2c4ff985ebf57246609a9744147840a7a /Misc
parent65d3643085312d61c0278a020927ba8ef8f571e2 (diff)
downloadcpython-f3f2d372e81ffa80feadc64f3a66bfbaceb72485.zip
cpython-f3f2d372e81ffa80feadc64f3a66bfbaceb72485.tar.gz
cpython-f3f2d372e81ffa80feadc64f3a66bfbaceb72485.tar.bz2
Issue #24910: Windows MSIs now have unique display names.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba82b67..1e23e54 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,8 @@ Tests
Build
-----
+- Issue #24910: Windows MSIs now have unique display names.
+
- Issue #24986: It is now possible to build Python on Windows without errors
when external libraries are not available.