diff options
author | Mats Wichmann <mats@linux.com> | 2021-11-26 19:51:11 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-11-26 19:51:11 (GMT) |
commit | 9ca9d4480892c45827b5719163675eb7bde1e071 (patch) | |
tree | 9fe7561464ea0cb793c4b25739073f55cabaf996 /RELEASE.txt | |
parent | 10e76cd4a9d25f58886d5d22575ab742158ed899 (diff) | |
download | SCons-9ca9d4480892c45827b5719163675eb7bde1e071.zip SCons-9ca9d4480892c45827b5719163675eb7bde1e071.tar.gz SCons-9ca9d4480892c45827b5719163675eb7bde1e071.tar.bz2 |
Fix test syntax error, update CHANGES/RELEASE
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 89d634c..1ebcb3d 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -22,6 +22,12 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY - List modifications to existing features, where the previous behavior wouldn't actually be considered a bug +- On Windows, %AllUsersProfile%\scons\site_scons is now the default "system" + location for a site_scons. %AllUsersProfile%\Application Data\scons\site_scons + will continue to work. There does not seem to be any convention to use + an "Application Data" subdirectory here. + + FIXES ----- |