summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-05-20 21:31:24 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2013-05-20 21:31:24 +0200
commita10cbdefeadf5b0e2a3ebb3276a22095529e8fd8 (patch)
tree7dc0f00c6e893a7678c42f0dfc016eb4017e0d1c /NEWS.rst
parent7d870a947881d451ef07d01ee7019b1343e93119 (diff)
downloadhappybase-a10cbdefeadf5b0e2a3ebb3276a22095529e8fd8.tar.gz
Mention connection pool in NEWS
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 f993c90..2d4d261 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -8,6 +8,10 @@ HappyBase 0.5 (not yet released)
Note: this release is a work in progress!
+* Added a thread-safe connection pool (:py:class:`ConnectionPool`) to keep
+ connections open and share them between threads (`issue #21
+ <https://github.com/wbolster/happybase/issues/21>`_).
+
* The :py:meth:`Connection.delete_table` method now features an optional
`disable` parameter to make deleting enabled tables easier.