diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-08-30 16:08:56 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-08-30 16:18:36 +0200 |
| commit | 07033a8f91975028e366920b0da3f7e2a6ef9cbd (patch) | |
| tree | 512944b5c68f65135df8d2b76f319878d47e92db /doc | |
| parent | Merge #13126: util: Add Clang thread safety annotations for variables guarded... (diff) | |
| parent | [wallet] Kill accounts (diff) | |
| download | discoin-07033a8f91975028e366920b0da3f7e2a6ef9cbd.tar.xz discoin-07033a8f91975028e366920b0da3f7e2a6ef9cbd.zip | |
Merge #13825: [wallet] Kill accounts
c9c32e6b844fc79467b7e24c6c916142a0d08484 [wallet] Kill accounts (John Newbery)
Tree-SHA512: 783272e7df9042fb0a01826fa37a02b97218496459015d7457e56223da8690bdad930c223dd4a903a1d4df57f3f2f4a097d392d272a72419ea9a882b11e599f7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes-14023.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes-14023.md b/doc/release-notes-14023.md index b23c11268..18ea6f26d 100644 --- a/doc/release-notes-14023.md +++ b/doc/release-notes-14023.md @@ -1,5 +1,5 @@ -Accout API removed ------------------- +Account 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. |