diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-09-11 18:02:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 18:02:05 (GMT) |
commit | 1bc1fdc7e5809911b55b5c1fbe0570fe634537a8 (patch) | |
tree | 4403044b467b2577e63cc8856edd207c98d676ab /RELEASE.txt | |
parent | 706f0aff7972d4c055eaabcf2e084c7036a70d5d (diff) | |
parent | aad42dd6eeb9b1fe8756895f2567b25ef8e7d82f (diff) | |
download | SCons-1bc1fdc7e5809911b55b5c1fbe0570fe634537a8.zip SCons-1bc1fdc7e5809911b55b5c1fbe0570fe634537a8.tar.gz SCons-1bc1fdc7e5809911b55b5c1fbe0570fe634537a8.tar.bz2 |
Merge branch 'master' into env/override-del
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index ce51f3a..8f8707b 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -37,7 +37,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY FIXES ----- -- List fixes of outright bugs +- PackageVariable now does what the documentation always said it does + if the variable is used on the command line with one of the enabling + string as the value: the variable's default value is produced (previously + it always produced True in this case). IMPROVEMENTS ------------ |