diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-20 22:17:12 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-20 22:17:12 (GMT) |
commit | 5d13f0a369a975ca3c6f0aeaecbb57fda4b9bd27 (patch) | |
tree | e6cabf6ac66d69e271c7321379336fa564d10f5d /src/CHANGES.txt | |
parent | ca839c45d07493a4af03fd0ada016e837bd057dc (diff) | |
download | SCons-5d13f0a369a975ca3c6f0aeaecbb57fda4b9bd27.zip SCons-5d13f0a369a975ca3c6f0aeaecbb57fda4b9bd27.tar.gz SCons-5d13f0a369a975ca3c6f0aeaecbb57fda4b9bd27.tar.bz2 |
Update CHANGES.txt to reference fixed github issues and to highlight initial support for ARM TARGET_ARCH
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-x | src/CHANGES.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 840359c..64f02cb 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -7,9 +7,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - From John Doe: - - Whatever John Doe did. - From Mats Wichmann: - Improve finding of Microsoft compiler: add a 'products' wildcard in case 2017 Build Tools only is installed as it is considered a separate @@ -19,6 +16,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Daniel Moody: - Improved support for VC14.1 and Visual Studio 2017, as well as arm and arm64 targets. + Issues #3268 & Issue #3222 + - Initial support for ARM targets with Visual Studio 2017 - Issue #3182 (You must set TARGET_ARCH for this to work) - Update TempFileMunge class to use PRINT_CMD_LINE_FUNC From Tobias Herzog |