From e2f4359c08edc73539eeb6c73af98ef847c0b950 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 16 Oct 2018 14:11:53 +1030 Subject: [PATCH] CHANGELOG: Fix up Added order, add note about htlc_maximum_msat. Signed-off-by: Rusty Russell --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7e87fbb..fc4cafd6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - JSON API: `listpeers` has new field `scratch_txid`: the latest tx in channel. - JSON API: `listpeers` has new array `htlcs`: the current live payments. - JSON API: `listchannels` has two new fields: `message_flags` and `channel_flags`. This replaces `flags`. +- JSON API: `invoice` now adds route hint to invoices for incoming capacity (RouteBoost), and warns if insufficient capacity. - Bitcoind: more parallelism in requests, for very slow nodes. - Testing: fixed logging, cleaner interception of bitcoind, minor fixes. -- JSON API: `invoice` now adds route hint to invoices for incoming capacity (RouteBoost), and warns if insufficient capacity. +- Protocol: we set and handle the new `htlc_maximum_msat` channel_update field. ### Changed