summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2021-04-14 15:25:57 -0700
committerGitHub <noreply@github.com>2021-04-14 15:25:57 -0700
commit9e2451a3831e216ce726bf2b12f6a68d61e5cbb6 (patch)
tree4e01b8f8b5c57c3420c35a33e7788f1fbf410840 /ChangeLog.rst
parentf232bdd073f2326485604b690e839c46c42c60f4 (diff)
downloadpymemcache-9e2451a3831e216ce726bf2b12f6a68d61e5cbb6.tar.gz
Prepare the version 3.4.2 release (#312)v3.4.2
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index c3216c8..6ba4528 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,11 @@
Changelog
=========
+New in version 3.4.2
+--------------------
+* Remove trailing space for commands that don't take arguments, such as
+ ``stats``. This was a violation of the memcached protocol.
+
New in version 3.4.1
--------------------
* CAS operations will now raise ``MemcacheIllegalInputError`` when ``None`` is