summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-09-12 00:55:33 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-09-12 00:55:33 +0200
commit48ded6e3b55fb5eda0184c0e38ed87ce27e8ca5d (patch)
treec9bf52b7545f714f8f626f92a3c0e74e5172032e /NEWS.rst
parent4ca598b9a9ca426a995010f4c51343e37d755c4c (diff)
downloadhappybase-48ded6e3b55fb5eda0184c0e38ed87ce27e8ca5d.tar.gz
Add 'disable' parameter to Connection.delete_table()
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 3983ccf..7514e0a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -8,6 +8,9 @@ HappyBase 0.5 (not yet released)
(TODO)
+* The :py:meth:`Connection.delete_table` method now features an optional
+ `disable` parameter to make deleting enabled tables easier.
+
* The debug log message emitted by :py:meth:`Table.scan` when closing a scanner
now includes both the number of rows returned to the calling code, and also
the number of rows actually fetched from the server. If scanners are not