Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
### Removed

- JSON-RPC: `exclude` parameter to `pay` (when `xpay-handle-pay` is True): craft a layer with desired modifications and pass it to `xpay` `layers`. ([#9110])
- Plugins: `channel_state_changed` notification `message` field being `null`: it will be omitted instead (deprecated v25.12, disabled v26.04) ([#9136])
- JSON-RPC: `listpeerchannels` value `max_total_htlc_in_msat`: use `our_max_htlc_value_in_flight_msat` instead to follow spec naming convention (deprecated v25.02). ([#9136])


### Fixed
Expand Down Expand Up @@ -95,6 +97,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
[#9116]: https://github.com/ElementsProject/lightning/pull/9116
[#8942]: https://github.com/ElementsProject/lightning/pull/8942
[#8922]: https://github.com/ElementsProject/lightning/pull/8922
[#9136]: https://github.com/ElementsProject/lightning/pull/9136
[26.06rc1]: https://github.com/ElementsProject/lightning/releases/tag/v26.06rc1

## [26.04.1] - 2026-04-25: "Negative Routing Fees II"
Expand Down
Loading