summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-24 14:11:09 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-24 14:11:09 +0200
commit684b952fffab6363cb3b8b485dfa526b3721fef4 (patch)
tree2940036f7f87ec2d2d42df092090ae6b1aa043a7 /NEWS.rst
parentb1a0c7f14e32a846388c69dce2add825a966c089 (diff)
downloadhappybase-684b952fffab6363cb3b8b485dfa526b3721fef4.tar.gz
Update NEWS
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 58d468c..7d0772f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -9,8 +9,15 @@ Version history
HappyBase 0.3 (not yet released)
================================
+Feature changes:
+
+* Add compatibility for HBase 0.90, with (slightly) limited scanner functionality.
* The `row_prefix` argument to :py:meth:`Table.scan` can now be used together with `filter` and `timestamp` arguments.
+
+Other changes:
+
* Lower Thrift dependency to 0.6
+* The `setup.py` script no longer installs the tests
* Documentation improvements