summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-01-29 20:24:26 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2013-01-29 20:25:25 +0100
commitb34f2c30ebcc882dae19bfbc8caa6b0108cd7f53 (patch)
treec49f17cd302720cc9bc814cab607ace3fac4e011 /NEWS.rst
parent19dce0f788b59222469b5b6f87ae0befe844c6f9 (diff)
downloadhappybase-b34f2c30ebcc882dae19bfbc8caa6b0108cd7f53.tar.gz
Add 'timeout' parameter to Connection constructor
Fixes issue #15.
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a36b91d..97e9e80 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -23,6 +23,10 @@ Note: this release is a work in progress!
available from PyPI. HappyBase should not be used with obsoleted Thrift
versions.
+* The :py:class:`Connection` constructor now features an optional `timeout`
+ parameter to to specify the timeout to use for the Thrift socket (`issue #15
+ <https://github.com/wbolster/happybase/issues/15>`_)
+
HappyBase 0.4
-------------