aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2019-11-08 18:52:19 +0100
committerWladimir J. van der Laan <laanwj@protonmail.com>2019-11-08 23:05:47 +0100
commite2c03c1156a1a8cb2c04c180f2ddbd3535126a46 (patch)
tree3fa4ea445350a67981bc7860b922fee2188c6365 /doc
parent4c1d263d93988ceed53e8f6b5decaf034b68137e (diff)
downloadbitcoin-e2c03c1156a1a8cb2c04c180f2ddbd3535126a46.tar.xz
doc: Add relase note for db→walletdb rename
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-17410.md5
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.