diff options
author | Henrik Jonsson <me@hkjn.me> | 2017-12-06 18:53:12 +0000 |
---|---|---|
committer | Henrik Jonsson <me@hkjn.me> | 2017-12-06 18:53:12 +0000 |
commit | 3121d76ba11043ea5c4e957ac0c3edbf21d1e84d (patch) | |
tree | 706504e31ac1ff41903ea0bf5489f9e0aa550a40 /doc | |
parent | 3fdb29778a0b598d4ddf05ec5ed4593641d0da6e (diff) |
doc: Update release notes for share/rpcauth/rpcauth.py rename
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 43009b0813..78caddc8f0 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -94,6 +94,12 @@ Changed command-line options ----------------------------- - `-debuglogfile=<file>` can be used to specify an alternative debug logging file. +Renamed script for creating JSON-RPC credentials +----------------------------- +The `share/rpcuser/rpcuser.py` script was renamed to `share/rpcauth/rpcauth.py`. This script can be +used to create `rpcauth` credentials for a JSON-RPC user. + + Credits ======= |