changelog: update for watch-only

This commit is contained in:
Matthew Zipkin 2019-01-04 10:00:13 -08:00 committed by Braydon Fuller
parent 1696b3c7bb
commit 0090c59714
No known key found for this signature in database
GPG Key ID: F24F232D108B3AD4

View File

@ -1,5 +1,13 @@
# Bcoin Release Notes & Changelog
## v1.0.x
### 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.
## v1.0.0
### Migration