diff options
author | Antoine Poinsot <darosior@protonmail.com> | 2022-07-15 13:05:41 +0200 |
---|---|---|
committer | Antoine Poinsot <darosior@protonmail.com> | 2022-08-16 18:33:12 +0200 |
commit | a6b0c1fcc06485ecd320727fa7534a51a20608c1 (patch) | |
tree | 017c879eb0f135aa36af5801e0f18cbcd3aab870 /doc | |
parent | 0fd2d144540b720626fc065a3cef5188831b5ee2 (diff) |
doc: add releases notes for 25504 (listsinceblock updates)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-25504.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-25504.md b/doc/release-notes-25504.md new file mode 100644 index 0000000000..bf80f18031 --- /dev/null +++ b/doc/release-notes-25504.md @@ -0,0 +1,6 @@ +Updated RPCs +------------ + +- The `listsinceblock`, `listtransactions` and `gettransaction` output now contain a new + `parent_descs` field for every "receive" entry. +- A new optional `include_change` parameter was added to the `listsinceblock` command. |