summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2009-08-10 20:19:25 (GMT)
committerGreg Noel <GregNoel@tigris.org>2009-08-10 20:19:25 (GMT)
commit8ac2690fda727081410c55c8e0e0bd56e5a3899b (patch)
tree31c0f5bcf1be8dd727124c25c362f1fa151179ca /src/CHANGES.txt
parentcf18e652192998735ab1c35a1c2a160e8af915cd (diff)
downloadSCons-8ac2690fda727081410c55c8e0e0bd56e5a3899b.zip
SCons-8ac2690fda727081410c55c8e0e0bd56e5a3899b.tar.gz
SCons-8ac2690fda727081410c55c8e0e0bd56e5a3899b.tar.bz2
Update CHANGES.txt to include Jared Grubb's contribution
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r--src/CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 427d509..69d4674 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -21,6 +21,10 @@ RELEASE X.X.X - XXX
- Textfile builder.
+ From Jared Grubb:
+
+ - use "is/is not" in comparisons with None instead of "==" or "!=".
+
From Jim Hunziker:
- Avoid adding -gphobos to a command line multiple times