aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-08-27 09:53:17 -0400
committerJohn Newbery <john@johnnewbery.com>2018-08-27 10:45:03 -0400
commitbb08423d5ca866d4a139a3b57ff110d818d08b32 (patch)
tree1194a8d394b2b1f2e672405444dbfa9920774d90 /doc
parent1f4b865e57b4567270b1586bb1f348ab9106485d (diff)
downloadbitcoin-bb08423d5ca866d4a139a3b57ff110d818d08b32.tar.xz
[doc] Add release notes for 'account' API removal
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14023.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-14023.md b/doc/release-notes-14023.md
new file mode 100644
index 0000000000..b23c11268b
--- /dev/null
+++ b/doc/release-notes-14023.md
@@ -0,0 +1,8 @@
+Accout API removed
+------------------
+
+The 'account' API was deprecated in v0.17 and has been fully removed in v0.18.
+The 'label' API was introduced in v0.17 as a replacement for accounts.
+
+See the release notes from v0.17 for a full description of the changes from the
+'account' API to the 'label' API.