diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-11-08 18:52:19 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-11-08 23:05:47 +0100 |
| commit | e2c03c1156a1a8cb2c04c180f2ddbd3535126a46 (patch) | |
| tree | 3fa4ea445350a67981bc7860b922fee2188c6365 | |
| parent | scripted-diff: Change `BCLog::DB` to `BCLog::WALLETDB` (diff) | |
| download | discoin-e2c03c1156a1a8cb2c04c180f2ddbd3535126a46.tar.xz discoin-e2c03c1156a1a8cb2c04c180f2ddbd3535126a46.zip | |
doc: Add relase note for db→walletdb rename
| -rw-r--r-- | doc/release-notes-17410.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-17410.md b/doc/release-notes-17410.md new file mode 100644 index 000000000..08ed35388 --- /dev/null +++ b/doc/release-notes-17410.md @@ -0,0 +1,5 @@ +Command-line options +-------------------- + +- The `-debug=db` logging category has been renamed to `-debug=walletdb`, to distinguish it from `coindb`. + `-debug=db` has been deprecated and will be removed in the next major release. |