diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-09-16 02:27:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 02:27:50 (GMT) |
commit | 971458bc8ab91a09f143e1648ec74a2601da1498 (patch) | |
tree | ca0e7f7c97fcb5d80e1fb3ce7160a4846e588afe /RELEASE.txt | |
parent | f72ce398663eedd1e57ac3483781a5a5fc390752 (diff) | |
parent | 5f0e934b9521f500466b81237d928111b022b256 (diff) | |
download | SCons-971458bc8ab91a09f143e1648ec74a2601da1498.zip SCons-971458bc8ab91a09f143e1648ec74a2601da1498.tar.gz SCons-971458bc8ab91a09f143e1648ec74a2601da1498.tar.bz2 |
Merge branch 'master' into issue/TEMPFILE-fiddle
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index fcc4f46..a0b3564 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -29,6 +29,11 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY - List modifications to existing features, where the previous behavior wouldn't actually be considered a bug +- Override envirionments, created when giving construction environment + keyword arguments to Builder calls (or manually, through the + undocumented Override method), were modified not to "leak" on item deletion. + The item will now not be deleted from the base environment. + FIXES ----- |