summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNicolas Noé <nicolas@niconoe.eu>2016-12-14 10:44:34 +0100
committerTim Graham <timograham@gmail.com>2017-11-21 13:37:56 -0500
commit0b47212f4f2f7584a840ab3978ccdfc8f8f4fd90 (patch)
tree11828bac6d417fe532120e47a5f791eebe24e80d /ChangeLog
parent4670752fa522d3e33db6b58a34033a3b89b9ee82 (diff)
downloadpython-memcached-0b47212f4f2f7584a840ab3978ccdfc8f8f4fd90.tar.gz
Fix touch(..., time=0) sending invalid command to memcache
Without the trailing '0', the command is invalid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 138e8ea..213e707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,8 @@
* Fixed storing non-ASCII values on Python 2 and binary values on Python 3
(PR from Nicolas Noé) #135
+ * Fixed touch(..., time=0) command (PR from Nicolas Noé) #137
+
Fri, 27 May 2016 13:44:55 -0600 Sean Reifschneider <jafo@tummy.com>
* 1.58 release.