From bb5aa774e2c320d0d74c3e3222a90ab32038a6d7 Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Mon, 30 Sep 2019 03:28:42 +0800 Subject: [PATCH] CHANGELOG: Add the entry about `destination` in `close` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3568aa144..703fc230e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`).