summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2018-11-25 10:07:57 -0800
committerGitHub <noreply@github.com>2018-11-25 10:07:57 -0800
commitc6dee3a397e3758f97c6dd20bcba870a6afb9924 (patch)
treef4f75e4b470780a7149c73771c38139b21771a5b /ChangeLog.rst
parent873e86ba5b53228575959e4d4c9c07577ab95a65 (diff)
downloadpymemcache-c6dee3a397e3758f97c6dd20bcba870a6afb9924.tar.gz
Start preparing the 2.1.0 release (#202)
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 8ecdfa6..25bfc82 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,12 @@
Change Log
==========
+
+New in version 2.1.0
+--------------------
+* Public classes and exceptions can now be imported from the top-level
+ ``pymemcache`` package (e.g. ``pymemcache.Client``).
+ `#197 <https://github.com/pinterest/pymemcache/pull/197>`_
+
New in version 2.0.0
--------------------
* Change set_many and set_multi api return value. `#179 <https://github.com/pinterest/pymemcache/pull/179>`_