summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@guin.tummy.com>2009-11-27 18:06:49 -0700
committerSean Reifschneider <jafo@guin.tummy.com>2009-11-27 18:06:49 -0700
commit4d2444aeaf1b3c05052f72c44ae0740ce9a34d40 (patch)
tree8d7bf7f7fb36f2721467b42e14f771025be0b49c /ChangeLog
parentc8702b6808d48737fd6c55d455648bdd3fc845ef (diff)
downloadpython-memcached-4d2444aeaf1b3c05052f72c44ae0740ce9a34d40.tar.gz
* incr/decr were raising ValueError if the key did not exist, the
docstring said it returned none. Patch by Chihiro Sakatoku. * Included cmemcache_hash, by permission of Ludvig Ericson. To use, do "memcached.cmemcache_activate()". * Adding cas method, submitted by Ben Gutierrez.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bab6e8..037739e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ * incr/decr were raising ValueError if the key did not exist, the
+ docstring said it returned none. Patch by Chihiro Sakatoku.
+
+ * Included cmemcache_hash, by permission of Ludvig Ericson.
+ To use, do "memcached.cmemcache_activate()".
+
+ * Adding cas method, submitted by Ben Gutierrez.
+
* Fix in the docstring for how to use the "set" method. Found and fixed
by William McVey