diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-02 12:40:21 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-02 12:47:32 +0000 |
commit | a0ac15459a0df598e1ee1fd36a3899a129cecaeb (patch) | |
tree | 4dbc72a9cdfb543c9017a6e31a0603855403ac1e /doc | |
parent | 251a91c1bf245b3674c2612149382a0f1e18dc98 (diff) |
doc: Add getrpcinfo release notes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-14982.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-14982.md b/doc/release-notes-14982.md new file mode 100644 index 0000000000..3f0bf8aacd --- /dev/null +++ b/doc/release-notes-14982.md @@ -0,0 +1,5 @@ +New RPCs +-------- + +- The RPC `getrpcinfo` returns runtime details of the RPC server. At the moment + it returns the active commands and the corresponding execution time. |