summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-11-03 17:44:40 +0100
committerWouter Bolsterlee <uws@xs4all.nl>2013-11-03 17:44:40 +0100
commit615093082a9661e62b286bc51cdac5462887e66b (patch)
tree902cd52556b5b8c8fab7d5c322e1763fe0d41051
parent716c3ddbf01020fea4d75a3c3305cbb9408a5a92 (diff)
downloadhappybase-615093082a9661e62b286bc51cdac5462887e66b.tar.gz
Fix syntax in NEWS
-rw-r--r--NEWS.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.rst b/NEWS.rst
index ed7689a..eb049a3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -12,13 +12,13 @@ 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`_).
+ <https://github.com/wbolster/happybase/issues/36>`_).
* Pass batch_size to underlying Thrift Scan instance (`issue #38
- <https://github.com/wbolster/happybase/issues/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`_).
+ 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.