summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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 c7d553e..8195407 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Core and builtins
Library
-------
+- Support for MSVC 8 was added to bdist_wininst.
+
- Bug #1446043: correctly raise a LookupError if an encoding name given
to encodings.search_function() contains a dot.