summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-11-03 17:36:10 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2013-11-03 17:36:10 +0100
commit2c6b4c30ab4677f6f25252caed4e0b83189328e3 (patch)
tree5f8daf0c308fece35f0341794be5844c5d313096
parent119f68dc0a35f64c35d9dda1b4f096579aea7cfd (diff)
downloadhappybase-2c6b4c30ab4677f6f25252caed4e0b83189328e3.tar.gz
Update NEWS (issue #37)
-rw-r--r--NEWS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 7ea60d6..ed7689a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,9 @@ Release date: *not yet released*
* Pass batch_size to underlying Thrift Scan instance (`issue #38
<https://github.com/wbolster/happybase/issues/38`_).
+* Expose server name and port in :py:meth:`Table.regions` (recent HBase versions
+ only) (`issue #37 <https://github.com/wbolster/happybase/issues/37`_).
+
* Regenerated bundled Thrift API modules using a recent upstream Thrift API
definition. This is required to expose newly added API.