diff options
author | Jon Atack <jon@atack.com> | 2020-06-07 17:33:25 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-06-07 17:59:55 +0200 |
commit | c514a4f59a7430f05dbe20465ddf4ca323329f1e (patch) | |
tree | 75db85323f820470b6f41a34c388ab7408b68402 | |
parent | 4c0c89307dabbf51a32551471c54966ddf7c5bc3 (diff) |
doc: release note for `db` log category removal
-rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 80c385a471..d9d0ecd631 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -94,6 +94,9 @@ Build System 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) + Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below. New settings |