diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-11-08 18:52:19 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-11-08 23:05:47 +0100 |
commit | e2c03c1156a1a8cb2c04c180f2ddbd3535126a46 (patch) | |
tree | 3fa4ea445350a67981bc7860b922fee2188c6365 /doc/release-notes-17410.md | |
parent | 4c1d263d93988ceed53e8f6b5decaf034b68137e (diff) |
doc: Add relase note for db→walletdb rename
Diffstat (limited to 'doc/release-notes-17410.md')
-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 0000000000..08ed353889 --- /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. |