summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2022-10-07 10:03:23 -0700
committerJoe Gordon <jogo@pinterest.com>2022-10-07 10:03:23 -0700
commit3c4516e88ffe29cfb5f7e48d74f685bf3e4222fc (patch)
treeb59b7ed8dea99162784678c8c4b13a4b4b8e367d /ChangeLog.rst
parent4532b2c0d5b647ee883f304b71cb96590d9ef613 (diff)
downloadpymemcache-3c4516e88ffe29cfb5f7e48d74f685bf3e4222fc.tar.gz
4.0.0 Release
Update changelog and version
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 90b4c79..203f57b 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,14 @@
Changelog
=========
+New in version 4.0.0
+--------------------
+* Dropped Python 2 and 3.6 support
+ `#321 <https://github.com/pinterest/pymemcache/pull/321>`_
+ `#363 <https://github.com/pinterest/pymemcache/pull/363>`_
+* Begin adding typing
+* Add pluggable compression serde
+ `#407 <https://github.com/pinterest/pymemcache/pull/407>`_
+
New in version 3.5.2
--------------------