summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNicholas Charriere <nicholascharriere@gmail.com>2016-11-07 13:28:18 -0800
committerGitHub <noreply@github.com>2016-11-07 13:28:18 -0800
commit52db64abdbc3796c59bf5675dfa5e742f8e1f96f (patch)
tree32202922c70ebb77e83e942e8a7fb83f42d041ad /ChangeLog.rst
parenteca78325da74e73611ad2d20dde67403252a0c5c (diff)
downloadpymemcache-52db64abdbc3796c59bf5675dfa5e742f8e1f96f.tar.gz
Update ChangeLog.rst
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 3375fb0..246889c 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -2,7 +2,7 @@ Change Log
==========
New in version 1.4.0
--------------------
-* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients
+* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients, thanks @jogo!
* Fixed a bug where PooledClient wasn't following `default_noreply` arg set on init, thanks @kols!
* Improved documentation