Skip to content

Commit

Permalink
changelog: add two general notes and fix the typo
Browse files Browse the repository at this point in the history
Suggested-By: @shesek
Suggested-By: @rustyrussell
  • Loading branch information
niftynei authored and rustyrussell committed Jul 23, 2021
1 parent cd47125 commit f48857b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit f48857b

Please sign in to comment.