From 0f2d886fc8b2b2ce438b6003fe95a6fbc50900f7 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Tue, 5 Feb 2019 11:26:22 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e27d37..5789c9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # HSD Release Notes & Changelog +## vX.Y.Z + +### Wallet API changes + +Creating a watch-only wallet now requires an `account-key` (or `accountKey`) +argument. This is to prevent bcoin from generating keys and addresses the user +can not spend from. + ## v0.0.0 ### Notable Changes