summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-07-11 22:49:51 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-07-11 22:49:51 +0200
commit3151f1691ec73ceef00642e31246fece25a4a64a (patch)
tree887c0f94ff33384a7d986afcbd24471fccaaaa73
parentb3b1dee3470957ce97ad47f1dacdcdcb66d8d22f (diff)
downloadhappybase-3151f1691ec73ceef00642e31246fece25a4a64a.tar.gz
Update NEWS
-rw-r--r--NEWS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 8defa1e..dc47766 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -12,6 +12,9 @@ HappyBase 0.4 (not yet released)
:py:class:`Connection` constructor, to specify the prefix used for the
`table_prefix` argument (`issue #3
<https://github.com/wbolster/happybase/issues/3>`_)
+* Add support for framed Thrift transports using a new optional `transport`
+ argument to :py:class:`Connection` (`issue #6
+ <https://github.com/wbolster/happybase/issues/6>`_)
* Add the Apache license conditions in the :doc:`license statement <license>`
(for the included HBase parts)
* Documentation improvements