summaryrefslogtreecommitdiffstats
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
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.