diff options
| author | MarcoFalke <[email protected]> | 2020-06-06 17:07:25 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-07-09 12:48:05 +0200 |
| commit | fa0540cd46eaf44d9e1a9f91c3a937986826c4fa (patch) | |
| tree | 1bac883d22116dcb2cf9f65e315de8d1a6c4f148 /doc/release-notes.md | |
| parent | Merge #19320: wallet: Replace CDataStream& with CDataStream&& where appropriate (diff) | |
| download | discoin-fa0540cd46eaf44d9e1a9f91c3a937986826c4fa.tar.xz discoin-fa0540cd46eaf44d9e1a9f91c3a937986826c4fa.zip | |
net: Extract download permission from noban
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index e73bedfb1..4d2225884 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -102,6 +102,11 @@ Updated settings - The `-debug=db` logging category, which was deprecated in 0.20 and replaced by `-debug=walletdb` to distinguish it from `coindb`, has been removed. (#19202) +- A `download` permission has been extracted from the `noban` permission. For + compatibility, `noban` implies the `download` permission, but this may change + in future releases. Refer to the help of the affected settings `-whitebind` + and `-whitelist` for more details. (#19191) + Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below. New settings |