summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNicolas Noé <nicolas@niconoe.eu>2017-11-14 15:01:07 -0500
committerTim Graham <timograham@gmail.com>2017-11-14 15:14:37 -0500
commite1f72daabc011b83a8debb86e9e2b7ff6307a41c (patch)
tree081e3a828aaa7fea71d9ef84343e9264aead6de7 /ChangeLog
parentcc94e72f629a7145158def6a363ff51e56dee022 (diff)
downloadpython-memcached-e1f72daabc011b83a8debb86e9e2b7ff6307a41c.tar.gz
Fix #79, #80 -- Fix storing non-ASCII values on Python 2 and binary values on Python 3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 168685e..138e8ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
* Add flake8 testing and cleanups (PR from Tim Graham, cleanups from Sean
Reifschneider) #112
+ * Fixed storing non-ASCII values on Python 2 and binary values on Python 3
+ (PR from Nicolas Noé) #135
+
Fri, 27 May 2016 13:44:55 -0600 Sean Reifschneider <jafo@tummy.com>
* 1.58 release.