diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-06-26 16:26:12 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-06-26 16:26:12 (GMT) |
commit | 20a092ffda8d2492a5745b5aa93c48c14d0d4e76 (patch) | |
tree | c507fcfb6ff03c5ef287b209cebeceef7d71cd8c /CHANGES.txt | |
parent | 7a38a4b6547c3776b20f4b1435773a7458a8ebd8 (diff) | |
download | SCons-20a092ffda8d2492a5745b5aa93c48c14d0d4e76.zip SCons-20a092ffda8d2492a5745b5aa93c48c14d0d4e76.tar.gz SCons-20a092ffda8d2492a5745b5aa93c48c14d0d4e76.tar.bz2 |
Add blurb for additional MSVC_UWP_APP values accepted.
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c6c6732..381b061 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -54,6 +54,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - An exception is raised when MSVC_UWP_APP is enabled for Visual Studio 2013 and earlier. Previous behavior was to silently ignore MSVC_UWP_APP when enabled for Visual Studio 2013 and earlier. Refer to the documentation for additional requirements and validation details. + MSVC_UWP_APP was extended to accept True, False, and None in addition to '1' and '0'. - The imported system environment variable names for MSVC 7.0 and 6.0 have been changed to the names set by their respective installers. Prior to this change, bypassing MSVC detection by specifying the MSVC 7.0 batch file directly would fail due to using an erroneous environment |