summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2021-06-02 10:41:19 -0700
committerGitHub <noreply@github.com>2021-06-02 10:41:19 -0700
commitd12d59de5ab91335320748bca5e34a3e6d836ec8 (patch)
treed6dc61e410f18ccbd0fd9d3612ab16ba584ca250 /ChangeLog.rst
parentb164be9bf3c053b76d58f19eacfe7ff7cac1ca9b (diff)
downloadpymemcache-d12d59de5ab91335320748bca5e34a3e6d836ec8.tar.gz
Prepare version 3.4.4 (#322)v3.4.4
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b08ad91..13a5262 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
Changelog
=========
+New in version 3.4.4
+--------------------
+* Idle connections will be removed from the pool after ``pool_idle_timeout``.
+
New in version 3.4.3
--------------------
* Fix ``HashClient.{get,set}_many()`` with UNIX sockets.