summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-11-08 22:14:08 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2013-11-08 22:14:08 +0100
commit4000c68bf1a5645305cccdad0c2606a0bb5c2a5a (patch)
treeae34f372b26e1662d4a80a3e9c9dbf38be7c5f8b
parentaea6980ea181912c0c8cdd61763bc5110c28a445 (diff)
downloadhappybase-4000c68bf1a5645305cccdad0c2606a0bb5c2a5a.tar.gz
Update NEWS
-rw-r--r--NEWS.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index f438c2a..7b3ba4f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -4,6 +4,17 @@ Version history
.. py:currentmodule:: happybase
+HappyBase 0.8
+-------------
+
+Release date: *not yet released*
+
+* Add support for retrieving sorted columns, which is possible with the
+ HBase 0.96 Thrift API. This feature uses a new `sorted_columns` argument
+ to py:meth:`Table.scan` (`issue #39
+ <https://github.com/wbolster/happybase/issues/39>`_).
+
+
HappyBase 0.7
-------------