doc: Add list of new and removed RPC commands to release notes

Finish up the RPC part of #7678.
This commit is contained in:
Wladimir J. van der Laan 2016-08-04 14:37:49 +02:00
parent b8b97c98e8
commit d485a6c5a8
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 8 additions and 0 deletions

View File

@ -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
----------------------