diff options
author | Greg Noel <GregNoel@tigris.org> | 2009-08-10 20:19:25 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2009-08-10 20:19:25 (GMT) |
commit | 8ac2690fda727081410c55c8e0e0bd56e5a3899b (patch) | |
tree | 31c0f5bcf1be8dd727124c25c362f1fa151179ca /src | |
parent | cf18e652192998735ab1c35a1c2a160e8af915cd (diff) | |
download | SCons-8ac2690fda727081410c55c8e0e0bd56e5a3899b.zip SCons-8ac2690fda727081410c55c8e0e0bd56e5a3899b.tar.gz SCons-8ac2690fda727081410c55c8e0e0bd56e5a3899b.tar.bz2 |
Update CHANGES.txt to include Jared Grubb's contribution
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 4 |
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 |