aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-08-04 14:37:49 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-08-04 14:38:25 +0200
commitd485a6c5a8d238cac5ad732ce9e744f4b121143c (patch)
tree17e24c57424be940e8cd279037b8df720e3eaa26
parentb8b97c98e86f81cd11a3c582dcea1c201139f187 (diff)
downloadbitcoin-d485a6c5a8d238cac5ad732ce9e744f4b121143c.tar.xz
doc: Add list of new and removed RPC commands to release notes
Finish up the RPC part of #7678.
-rw-r--r--doc/release-notes.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index aa9b48d72f..de2e73d247 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -289,6 +289,14 @@ Low-level RPC changes
- The sorting of the output of the `getrawmempool` output has changed.
+- New RPC commands: `generatetoaddress`, `importprunedfunds`, `removeprunedfunds`, `signmessagewithprivkey`,
+ `getmempoolancestors`, `getmempooldescendants`, `getmempoolentry`,
+ `createwitnessaddress`, `addwitnessaddress`.
+
+- Removed RPC commands: `setgenerate`, `getgenerate`.
+
+- New options were added to `fundrawtransaction`: `includeWatching`, `changeAddress`, `changePosition` and `feeRate`.
+
Low-level ZMQ changes
----------------------