summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-10-04 10:28:05 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-10-04 10:28:05 -0700
commitd650c3d8cb249e64518c399133cb9a5dc5cd6919 (patch)
tree303adf283cb9ab236b2eacd2862d9af9c287d1d7
parent0acff70a0ea88f249a89b8dbb51de27d8b2953dc (diff)
downloadpymemcache-pre-release-137.tar.gz
Add cPickle change to Changelogpre-release-137
-rw-r--r--ChangeLog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 053976f..e3cbab2 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -9,6 +9,7 @@ New in version 1.3.7
* refactor stat parsing
* fix MockMemcacheClient
* fix unicode char in middle of key bug
+* use cpickle instead of pickle when possible (python2)
New in version 1.3.6
--------------------