summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2017-02-18 10:55:52 -0800
committerNicholas Charriere <nicholas@pinterest.com>2017-02-18 10:55:52 -0800
commite9c38176d4f19a39131a818bf712c00fea1ae8ec (patch)
tree5053d62604ace7aa67ffebc6387464fd3a0fe27d
parentdcdea28290f654b81a0b66179d032006d09a3ecf (diff)
downloadpymemcache-e9c38176d4f19a39131a818bf712c00fea1ae8ec.tar.gz
Add changelog for 1.4.1v1.4.1
-rw-r--r--ChangeLog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 246889c..95f3946 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,13 @@
Change Log
==========
+New in version 1.4.1
+--------------------
+* Python 3 serializations [fixes](https://github.com/pinterest/pymemcache/pull/131)
+* Drop support for pypy3
+* Comment cleanup
+* Add gets_many to hash_client
+* Better checking for illegal chars in key
+
New in version 1.4.0
--------------------
* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients, thanks @jogo!