summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-11-03 17:24:17 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2013-11-03 17:24:17 +0100
commit00759c4b9de10d0fb918e22247017673e62415bc (patch)
tree5e88ea95264f2183f352dece3b1be35c40d39749
parent7cfb9ee3096f553f699b706dc18e6b01303d3f49 (diff)
downloadhappybase-00759c4b9de10d0fb918e22247017673e62415bc.tar.gz
Update NEWS
-rw-r--r--NEWS.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index f7b0191..227832f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,20 @@ Version history
.. py:currentmodule:: happybase
+HappyBase 0.7
+-------------
+
+Release date: *not yet released*
+
+* Added a `wal` argument to various data manipulation methods on the
+ :py:class:`Table` and :py:class:`Batch` classes to determine whether to write
+ the mutation to the Write-Ahead Log (WAL). (`issue #36
+ <https://github.com/wbolster/happybase/issues/36`_).
+
+* Regenerated bundled Thrift API modules using a recent upstream Thrift API
+ definition. This is required to expose newly added API.
+
+
HappyBase 0.6
-------------