summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-07-09 16:19:36 (GMT)
committerMathew Robinson <chasinglogic@gmail.com>2019-07-09 16:19:36 (GMT)
commitd13584b4110cf9b725c862919baf7b773933d096 (patch)
tree08009dc4e54f76321a693fa694eaa06ed904814c
parent9668453b90f94019074ef65aaf29863e3d23602f (diff)
downloadSCons-d13584b4110cf9b725c862919baf7b773933d096.zip
SCons-d13584b4110cf9b725c862919baf7b773933d096.tar.gz
SCons-d13584b4110cf9b725c862919baf7b773933d096.tar.bz2
[no ci] Update RELEASE.txt with OverrideEnvironment change
-rwxr-xr-xsrc/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index efa35eb..c95c336 100755
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -54,6 +54,14 @@
->Implicit
Old:/usr/bin/python New:/usr/bin/python
+
+ - Changed: Pseudo-builders now inherit OverrideEnvironments. For
+ example when calling a pseudo-builder from another
+ pseudo-builder the override variables passed to the first
+ pseudo-builder call had to be explicitly passed on to the
+ internal pseudo-builder call. Now the second pseudo-builder call
+ will automatically inherit these override values.
+
FIXES
- List fixes of outright bugs