diff options
| author | MarcoFalke <[email protected]> | 2017-03-27 23:45:03 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-03-27 23:44:33 +0200 |
| commit | fa7555b16a4e279f8f04c06f76a315e4c194ad79 (patch) | |
| tree | 9956aae990f0ca752413aeb93e2979b567138248 /doc/release-notes.md | |
| parent | rpc: Rename first named arg of createrawtransaction (diff) | |
| download | discoin-fa7555b16a4e279f8f04c06f76a315e4c194ad79.tar.xz discoin-fa7555b16a4e279f8f04c06f76a315e4c194ad79.zip | |
doc: Add release notes for RPC createraw break
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 7ade5b744..41fb500f1 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -36,7 +36,14 @@ Notable changes Example item ----------------------------------------------- -0.13.x Change log +RPC changes +----------- + +The first positional argument of `createrawtransaction` was renamed. +This interface change breaks compatibility with 0.14.0, when the named +arguments functionality, introduced in 0.14.0, is used. + +0.14.x Change log ================= Detailed release notes follow. This overview includes changes that affect |