From d485a6c5a8d238cac5ad732ce9e744f4b121143c Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 4 Aug 2016 14:37:49 +0200 Subject: [PATCH] doc: Add list of new and removed RPC commands to release notes Finish up the RPC part of #7678. --- doc/release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index aa9b48d72..de2e73d24 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 ----------------------