diff options
author | Mats Wichmann <mats@linux.com> | 2020-03-24 19:26:50 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-03-24 19:26:50 (GMT) |
commit | 1d6761d2c25ba0471b7d9141c9495de2e6ba31c1 (patch) | |
tree | d534c1132cc27344e0c1813109e2a49a5e9d5fe3 /src | |
parent | 7143fba43006c5dbccb4d1d9f43aa8fa0c05c271 (diff) | |
download | SCons-1d6761d2c25ba0471b7d9141c9495de2e6ba31c1.zip SCons-1d6761d2c25ba0471b7d9141c9495de2e6ba31c1.tar.gz SCons-1d6761d2c25ba0471b7d9141c9495de2e6ba31c1.tar.bz2 |
Remove duplicate entry in src/CHANGES.txt
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/CHANGES.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index d4c0b09..f4416b2 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -14,10 +14,6 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Specify UTF-8 encoding when opening Java source file as text. By default, encoding is the output of locale.getpreferredencoding(False), and varies by platform. - From Iosif Kurazs: - - Added a new flag called "linedraw" for the command line argument "--tree" - that instructs scons to use single line drawing characters to draw the dependency tree. - From William Deegan: - Fix broken clang + MSVC 2019 combination by using MSVC configuration logic to propagate'VCINSTALLDIR' and 'VCToolsInstallDir' which clang tools use to locate |