summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2014-11-24 23:16:46 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2014-11-24 23:16:46 +0100
commit8a27521bf9a80411f46a600751329e92e43fccf9 (patch)
treebca91ba440b41dd18bac57ca47401bc5ffee1942 /NEWS.rst
parent15b5311f0011a3c29d606a2b5fbedbcd828dbef0 (diff)
downloadhappybase-8a27521bf9a80411f46a600751329e92e43fccf9.tar.gz
Correctly handle scanner that are smaller than expected
Fixes #72.
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 5875e50..9fb31b5 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,6 +9,10 @@ HappyBase 0.9
Release date: *not yet released*
+* Fix an issue where scanners would return fewer results than expected due to
+ HBase not always behaving as its documentation suggests. (`issue #72
+ <https://github.com/wbolster/happybase/issues/72>`_).
+
* Add support for the Thrift compact protocol (``TCompactProtocol``) in
:py:class:`Connection`.