summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2013-04-16 10:36:49 -0600
committerSean Reifschneider <jafo@tummy.com>2013-04-16 10:36:49 -0600
commita90ac817fe9baa9821d24f84ce4b9951ef464c7c (patch)
treef6f915513a90d839f8b528acdd6e4ee06320da8e /ChangeLog
parent0cac7aeccb271b5fb0c6144d2947fa011b032002 (diff)
downloadpython-memcached-a90ac817fe9baa9821d24f84ce4b9951ef464c7c.tar.gz
Updating ChangingLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb9c8e1..7d3b93c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+ * Included license file (pull request by "Philippe" pombredanne).
+
* Doing a "set" after server goes away, raised AttributeError:
'NoneType' object has no attribute 'sendall'. Patch by Ken Lalonde