summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 037739e..0f2c89f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ * Fixing exception raising syntax. Patch by Samuel Stauffer.
+
+ * Optimizations in read code. Patch by Samuel Stauffer.
+
+ * Changing classes to be newstyle. Patch by Samuel Stauffer.
+
+ * Changed "has_key" to "in". Patch by Samuel Stauffer.
+
* incr/decr were raising ValueError if the key did not exist, the
docstring said it returned none. Patch by Chihiro Sakatoku.