summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 10d243b..5be7c26 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -2,25 +2,25 @@ Change Log
==========
New in version 1.3.4
--------------------
-* Bug fix for the HashClient that corrects behavior when there are no working
- servers.
+* Bug fix for the HashClient that corrects behavior when there are no working servers.
+
New in version 1.3.3
--------------------
* Adding caching to the Travis build.
* A bug fix for pluggable hashing in HashClient.
* Adding a default_noreply argument to the Client ctor.
+
New in version 1.3.2
--------------------
* Making the location of Memcache Exceptions backwards compatible.
+
New in version 1.3.0
--------------------
* Python 3 Support
-* Introduced HashClient that uses consistent hasing for allocating keys
- across many memcached nodes. It also can detect servers going down
- and rebalance keys across the available nodes.
+* Introduced HashClient that uses consistent hasing for allocating keys across many memcached nodes. It also can detect servers going down and rebalance keys across the available nodes.
* Retry sock.recv() when it raises EINTR
New in version 1.2.9
--------------------
-
* Introduced PooledClient a thread-safe pool of clients
+