summaryrefslogtreecommitdiffstats
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2024-09-16 02:27:50 (GMT)
committerGitHub <noreply@github.com>2024-09-16 02:27:50 (GMT)
commit971458bc8ab91a09f143e1648ec74a2601da1498 (patch)
treeca0e7f7c97fcb5d80e1fb3ce7160a4846e588afe /RELEASE.txt
parentf72ce398663eedd1e57ac3483781a5a5fc390752 (diff)
parent5f0e934b9521f500466b81237d928111b022b256 (diff)
downloadSCons-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.txt5
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
-----