aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-06-26 20:32:37 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2016-09-01 16:27:30 +0200
commit854f1af22e930cbe37195a5e9ad7dd7b878a9106 (patch)
treeccd4a36099f3122dd3bdde56ee1699033f396e35 /doc/release-notes.md
parentf061415d12ce86bd440ef039394ba734c59fd97d (diff)
downloadbitcoin-854f1af22e930cbe37195a5e9ad7dd7b878a9106.tar.xz
Make the dummy argument to getaddednodeinfo optional
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index f2d8ca3a15..58994a6839 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -63,6 +63,8 @@ UTXO set query (`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<tx
were changed to return status code HTTP_BAD_REQUEST (400) instead of HTTP_INTERNAL_SERVER_ERROR (500) when requests
contain invalid parameters.
+The first boolean argument to `getaddednodeinfo` has been removed. This is an incompatible change.
+
### Configuration and command-line options
### Block and transaction handling