From f8c2231c16e8afd21be6a98a241ce8e1969336d6 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Fri, 27 May 2016 13:45:19 -0600 Subject: Adding changelog entries. --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index e867055..e5d91ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Fri, 27 May 2016 13:44:55 -0600 Sean Reifschneider + + * 1.58 release. + + * Fixing a performance regression in v1.54 in Python 2, using cPickle again. + Patch by edmorley #86 + + * Support for "stats slabs". + Patch by grg350 #93 + + * get_stats encoding fix. + Patch by bartTC #91 + + * Pin Six version to >= 1.4 + Patch by pipermirriam #81 + + * setup.py build process pulls version from memcached.py + Patch by dieselmachine #72 + * delete() and delete_multi() now default the "time" argument to None, since the protocol doesn't allow a time in some implementations. Patch by oremj #27 -- cgit v1.2.1