summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorCharles Gordon <charles@pinterest.com>2015-09-29 12:25:06 -0700
committerCharles Gordon <charles@pinterest.com>2015-09-29 12:25:06 -0700
commit37e458e69270399141fdd9b70237daf01c9e19fa (patch)
treef766030de30c4d37ae62029b61de3af2e2e89e12 /ChangeLog.rst
parentedcc912f7f725cd096e478a90491fed32d013c1a (diff)
downloadpymemcache-37e458e69270399141fdd9b70237daf01c9e19fa.tar.gz
fixing the rst formatting of ChangeLog.rst
Diffstat (limited to 'ChangeLog.rst')
-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
+