summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.rst')
-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
--------------------