From fd0f24335d9925a887f47dbf9c5f2eef0f005c3b Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 29 Jan 2020 03:25:23 -0500 Subject: [PATCH] [Trivial] Release note update (#3308) * Doc: minor release note updates * Doc: clarification on backported RPCs --- doc/release-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 1444ec5ed9..d96a847ee0 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -168,6 +168,15 @@ There are also new RPC commands: `getpoolinfo` was deprecated in favor of `getprivatesendinfo` and no longer returns any data. +There are also new RPC commands backported from Bitcoin Core 0.15: +- `abortrescan` +- `combinerawtransaction` +- `getblockstats` +- `getchaintxstats` +- `listwallets` +- `logging` +- `uptime` + Make sure to check Bitcoin Core 0.15 release notes in a [section](#backports-from-bitcoin-core-015) below for more RPC changes.