diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-08-26 11:21:11 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-08-26 11:21:55 +0200 |
| commit | 65837375d98b3e9949d15dc05e66e6356eada283 (patch) | |
| tree | 597288629ee44ac5c990c9d22337c92f393b74da /doc | |
| parent | Merge #8583: Show XTHIN in GUI (diff) | |
| parent | [wallet] rpc: Drop misleading option (diff) | |
| download | discoin-65837375d98b3e9949d15dc05e66e6356eada283.tar.xz discoin-65837375d98b3e9949d15dc05e66e6356eada283.zip | |
Merge #8581: [wallet] rpc: Drop misleading option
fab5ecb [wallet] rpc: Drop misleading option (MarcoFalke)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index b99192ae9..0be192233 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -41,6 +41,14 @@ report issues about Windows XP to the issue tracker. Notable changes =============== +Low-level RPC changes +---------------------- + +- `importprunedfunds` only accepts two required arguments. Some versions accept + an optional third arg, which was always ignored. Make sure to never pass more + than two arguments. + + 0.14.0 Change log ================= |