summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@guin.tummy.com>2009-11-27 23:39:48 -0700
committerSean Reifschneider <jafo@guin.tummy.com>2009-11-27 23:39:48 -0700
commitae74e3c65a7c63b74982d875eb09a56d65341b81 (patch)
treee241ea1156dc25b0c9805b34297a43e67092705e /ChangeLog
parentcf26084c650089d0c181bb41e8316e50f619840c (diff)
downloadpython-memcached-ae74e3c65a7c63b74982d875eb09a56d65341b81.tar.gz
* Per-connection max server key length. Patch by Nicolas Delaby
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba9acf0..38fbc88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ * Per-connection max server key length. Patch by Nicolas Delaby
+
* Patches to make memcached more garbage-collectable. Removes
"debugfunc" argument from _Host objects and changed to "debug"
boolean. Patch by John McFarlane.