Skip to content

Commit 0496b0d

Browse files
committed
CHANGELOG.md: note the broadening in fee_update accept behavior.
(Should have been a Changelog-Changed line, bad Rusty!) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 483b8bb commit 0496b0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ older versions will no longer work -- `payment_secret` is now compulsory.
5656
- JSON-RPC: `fundpsbt` will not include UTXOs that aren't economic (can't pay for their own fees), unless 'all' ([#4509])
5757
- JSON-RPC: `close` now always returns notifications on delays. ([#4465])
5858
- Protocol: All new invoices require a `payment_secret` (i.e. modern TLV format onion) ([#4646])
59+
- Protocol: Allow out-of-bound fee updates from peers, as long as they're not getting *worse* ([#4681])
5960
- Protocol: We can no longer connect to peers which don't support `payment_secret`. ([#4646])
6061
- Protocol: We will now reestablish and negotiate mutual close on channels we've already closed (great if peer has lost their database). ([#4559])
6162
- Protocol: We now assume nodes support TLV onions (non-legacy) unless we have a `node_announcement` which says they don't. ([#4646])
@@ -128,6 +129,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
128129
- Plugins: add a `channel_max_msat` value to the `openchannel2` hook. Tells you the total max funding this channel is allowed to have. ([#4489])
129130
- funder: `funderupdate` command to view and update params for contributing our wallet funds to v2 channel openings. Provides params for enabling `option_will_fund`. ([#4664])
130131

132+
[#4681]: https://github.com/ElementsProject/lightning/pull/4681
131133
[#4646]: https://github.com/ElementsProject/lightning/pull/4646
132134
[#4625]: https://github.com/ElementsProject/lightning/pull/4625
133135
[#4639]: https://github.com/ElementsProject/lightning/pull/4639

0 commit comments

Comments
 (0)