From f48857bed3d56fecffb1239c089d9608338b6ba5 Mon Sep 17 00:00:00 2001 From: niftynei Date: Fri, 23 Jul 2021 12:30:14 -0500 Subject: [PATCH] changelog: add two general notes and fix the typo Suggested-By: @shesek Suggested-By: @rustyrussell --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf82dbc0..51dfa7662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This release named by @nalinbhardwaj. +NOTE ONE: Both the dual-funding and offers protocols have changed, and +are incompatible with older releses (they're both still draft) + +NOTE TWO: `rebalance` and `drain` plugins will need to be redownloaded as +older versions will no longer work -- `payment_secret` is now compulsory. + + + ### Added - - JSON-RPC: `invoice` now outputs explicit `payment_secret` it its own field. ([#4646]) + - JSON-RPC: `invoice` now outputs explicit `payment_secret` as its own field. ([#4646]) - JSON-RPC: `listchannels` can be queried by `destination`. ([#4614]) - JSON-RPC: `invoice` now gives `warning_private_unused` if unused unannounced channels could have provided sufficient capacity. ([#4585]) - JSON-RPC: `withdraw`, `close` (and others) now accept taproot (and other future) segwit addresses. ([#4591])