summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2019-05-09 09:29:53 -0700
committerGitHub <noreply@github.com>2019-05-09 09:29:53 -0700
commitc3c73add8a4ed988c5a017d19e340decbea64b14 (patch)
tree1d8b10a3da5657a55798f672413cc8d58f9d8d09
parentad0d186ea0b4f78cad7771f184c346c14ccb6088 (diff)
parentf91214b4292fe6c401c2aba05f4f5a2cc2b85731 (diff)
downloadpymemcache-c3c73add8a4ed988c5a017d19e340decbea64b14.tar.gz
Merge pull request #230 from jparise/changelog-2.2.0
Update the changelog with recent changes
-rw-r--r--ChangeLog.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 69d6b00..d8edbf9 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,9 +1,11 @@
Change Log
==========
-New in version 2.2.0
---------------------
-* Using ``setup.cfg`` metadata instead ``setup.py`` config to generate package.
+New in version 2.2.0 (unreleased)
+---------------------------------
+* Use ``setup.cfg`` metadata instead ``setup.py`` config to generate package.
+* Add ``default_noreply`` parameter to ``HashClient``.
+* Handle unicode key values in ``MockMemcacheClient`` correctly.
New in version 2.1.1
--------------------