CHANGELOG: Add the entry about destination in close

This commit is contained in:
trueptolemy 2019-09-30 03:28:42 +08:00 committed by neil saitug
parent e53d065230
commit bb5aa774e2

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
and has `connected` and `state` fields for channels, like `listpeers`.
- JSON API: `fundchannel_start` now includes field `scriptpubkey`
- JSON API: `txprepare` and `withdraw` now accept an optional parameter `utxos`, a list of utxos to include in the prepared transaction
- JSON_API: `close` now accepts an optional parameter `destination`, to which the to-local output will be sent.
- bolt11: support for parsing feature bits (field `9`).