Browse Source

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

Finish up the RPC part of #7678.
0.13
Wladimir J. van der Laan 8 years ago
parent
commit
d485a6c5a8
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 8
      doc/release-notes.md

8
doc/release-notes.md

@ -289,6 +289,14 @@ Low-level RPC changes @@ -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
----------------------

Loading…
Cancel
Save