summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 798d0e2..eb9c8e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ * Doing a "set" after server goes away, raised AttributeError:
+ 'NoneType' object has no attribute 'sendall'. Patch by Ken Lalonde
+
* incr/decr return None instead of 0 on server connection failure.
Suggested by Ivan Virabyan