summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2011-02-27 21:54:48 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2011-02-27 21:54:48 (GMT)
commit925ece49f121303e558f9d63b1c138f814465fc8 (patch)
treefc36afada1d042bbba82f87f85e019bfb6b35574 /src/CHANGES.txt
parente123fce835056a1e75c6630fe146bb7d45b19970 (diff)
downloadSCons-925ece49f121303e558f9d63b1c138f814465fc8.zip
SCons-925ece49f121303e558f9d63b1c138f814465fc8.tar.gz
SCons-925ece49f121303e558f9d63b1c138f814465fc8.tar.bz2
Make Action+None and None+Action work as expected (silently ignore the None arg).
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6278f2e..f49c9af 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -7,6 +7,9 @@
RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE
+ From Gary Oberbrunner:
+ - Adding None to an Action no longer fails (just returns original action)
+
From David Garcia Garzon:
- Fix Delete to be able to delete broken symlinks and dir
symlinks.