summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 13a5262..a73b219 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,12 @@
Changelog
=========
+New in version 3.5.0
+--------------------
+* Sockets are now closed on ``MemcacheUnexpectedCloseError``.
+* Added support for TCP keepalive for client sockets on Linux platforms.
+* Added retrying mechanisms by wrapping clients.
+
New in version 3.4.4
--------------------
* Idle connections will be removed from the pool after ``pool_idle_timeout``.