summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2014-03-03 13:24:40 -0800
committerBen Bangert <ben@groovie.org>2014-03-03 13:24:40 -0800
commit219dd46d92656359329ed618bc57105883ee5812 (patch)
tree48726ba49f3d11ef281ae9b9674f7d969d81cfb6
parent7710e3045e4eb568ef3a2e9cfbb801e3d5fefe64 (diff)
downloadkazoo-219dd46d92656359329ed618bc57105883ee5812.tar.gz
Add change entry for partitioner pull req.
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 1a4a4c4..26eca1c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,6 +18,8 @@ Features
Bug Handling
************
+- Partitioner should handle a suspended connection properly and restore
+ an allocated state if it was allocated previously. Patch by Manish Tomar.
- Issue #167: Closing a client that was never started throws a type error.
Patch by Joshua Harlow.
- Passing dictionaries to KazooClient.__init__() wasn't actually working