summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-06-08 04:17:01 (GMT)
committerGreg Noel <GregNoel@tigris.org>2010-06-08 04:17:01 (GMT)
commit84ae5972cf07cb74a36f961b7d39edd3ce16d9fc (patch)
treeca5e1f209eb83dec13b3a06aff02cd5f40275b81 /src/CHANGES.txt
parentab82091bdb5b882325edc223ebef380151a4a5c9 (diff)
downloadSCons-84ae5972cf07cb74a36f961b7d39edd3ce16d9fc.zip
SCons-84ae5972cf07cb74a36f961b7d39edd3ce16d9fc.tar.gz
SCons-84ae5972cf07cb74a36f961b7d39edd3ce16d9fc.tar.bz2
Add a src/CHANGES.txt entry for the problem with is_Dict()
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 d867aa3..72d7bdf 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -84,6 +84,9 @@ RELEASE 2.0.0.beta.20100605 - Sat, 05 Jun 2010 21:02:48 -0700
- Start deprecation cycle for SourceCode() and related factories
+ - Fixed a problem with is_Dict() not identifying some objects derived
+ from UserDict.
+
From Jim Randall:
- Document the AllowSubstExceptions() function in the User's Guide.