From 4c2bc919558d7b2dbc969fa5a02872bfef2e3898 Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Thu, 29 Aug 2019 15:56:44 +0800 Subject: [PATCH] CHANGLOG: Add the CHANGLOG entry of extending `fundchannel_cancel` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1913668..849f3b1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - JSON API: `txprepare` now uses `outputs` as parameter other than `destination` and `satoshi` - Build: Now requires [`gettext`](https://www.gnu.org/software/gettext/) +- JSON API: `fundchannel_cancel` is extended to work before funding broadcast. ### Deprecated