summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-04-16 17:01:49 (GMT)
committerGitHub <noreply@github.com>2020-04-16 17:01:49 (GMT)
commita74dc0c7ba1d5dd83f36b5ef91974f5fc89df267 (patch)
tree4c66bc8c436b6c063b992e0ced06d1c2676f15b6 /src/CHANGES.txt
parent5f26bef2de5716cd466946e70fbdb91e40b043b5 (diff)
parent433c62479cc022ae7b07cf46a8c772cedae2842f (diff)
downloadSCons-a74dc0c7ba1d5dd83f36b5ef91974f5fc89df267.zip
SCons-a74dc0c7ba1d5dd83f36b5ef91974f5fc89df267.tar.gz
SCons-a74dc0c7ba1d5dd83f36b5ef91974f5fc89df267.tar.bz2
Merge pull request #3576 from mwichmann/win-mess
Fix issue initializing Visual Studio 2019 16.4 when using non-english locale.
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-xsrc/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index ac8a3ac..efe5464 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -93,6 +93,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- Fixed bug where changing TEXTFILESUFFIX would cause Substfile() to rebuild. (Github Issue #3540)
- Script/Main.py now uses importlib instead of imp module.
- Drop some Python 2-isms.
+ - MSVC updates: pass on VSCMD_DEBUG and VSCMD_SKIP_SENDTELEMETRY to msvc
+ tool setup if set in environment. Add powershell to default env
+ (used to call telemetry script).
- Docbook builder provides a fallback if lxml fails to generate
a document with tostring().