summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-10-04 10:39:06 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-10-04 10:39:06 -0700
commit7ffe51cfd4494db2f4557da40c9ae293a8877ac1 (patch)
tree3e399a507b38a5dce9aeab52c4500fee2fe53e81
parent1920254beaaf2351555009056addfe5e0201d1eb (diff)
downloadpymemcache-7ffe51cfd4494db2f4557da40c9ae293a8877ac1.tar.gz
new Patch version for minor changev1.3.8
-rw-r--r--ChangeLog.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index e3cbab2..b5846dd 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,9 @@
Change Log
==========
+New in version 1.3.8
+--------------------
+* use cpickle instead of pickle when possible (python2)
+
New in version 1.3.7
--------------------
* default parameter on get(key, default=0)
@@ -9,7 +13,6 @@ 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
--------------------