summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2020-05-19 15:50:51 -0700
committerGitHub <noreply@github.com>2020-05-19 15:50:51 -0700
commitf02ddf73a28c09256589b8afbb3ee50f1171cac7 (patch)
treecca449fe591986350becc28a1f92f448759b781d /ChangeLog.rst
parent4b82e4824e43df132d61ed1d12c091323f7c5e7b (diff)
downloadpymemcache-f02ddf73a28c09256589b8afbb3ee50f1171cac7.tar.gz
Prepare the 3.2.0 release (#287)v3.2.0
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 5259508..2c42641 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
Changelog
=========
+New in version 3.2.0
+--------------------
+* ``PooledClient`` and ``HashClient`` now support custom ``Client`` classes
+
New in version 3.1.1
--------------------
* Improve ``MockMemcacheClient`` to behave even more like ``Client``