Skip to content

Commit fa10323

Browse files
committed
Changelog: update to match 24.11.1 branch now that's released.
Changelog-None: changelog updated. Signed-off-by: Rusty Russell <[email protected]>
1 parent 2c8d9d0 commit fa10323

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [24.11.1] - 2024-12-16: "The lightning-dev Mailing List II"
7+
8+
Minor fixes, particularly for xpay users.
9+
10+
### Changed
11+
12+
- JSON-RPC: `xpay` now gives the same JSON success return as documented by `pay` when `xpay-handle-pay` is set. ([#7938], [#7952])
13+
- JSON-RPC: With `xpay-handle-pay` set, xpay will now be used even if `pay` uses maxfeeprecent or exemptfee parameters (e.g. Zeus) ([#7942])
14+
- JSON-RPC: `xpay` now populates more fields, so `listsendpays` and `listpays` show `destination` and `amount_msat` fields for xpay payments. ([#7941])
15+
- Logging: we no longer suppress DEBUG messages from subdaemons. ([#7935])
16+
17+
### Fixed
18+
19+
- JSON-RPC: xpay now works through unannounced channels. ([#7937])
20+
- lightning-cli: fix "malformed response" bug ([#7924])
21+
- Plugins: `xpay` no longer logs "Got command" at info level. ([#7933])
22+
- Build: Alpine/OpenBSD compilation fix ([#7940])
23+
24+
[#7942]: https://github.com/ElementsProject/lightning/pull/7942
25+
[#7933]: https://github.com/ElementsProject/lightning/pull/7933
26+
[#7941]: https://github.com/ElementsProject/lightning/pull/7941
27+
[#7937]: https://github.com/ElementsProject/lightning/pull/7937
28+
[#7924]: https://github.com/ElementsProject/lightning/pull/7924
29+
[#7935]: https://github.com/ElementsProject/lightning/pull/7935
30+
[#7938]: https://github.com/ElementsProject/lightning/pull/7938
31+
[#7940]: https://github.com/ElementsProject/lightning/pull/7940
32+
[#7952]: https://github.com/ElementsProject/lightning/pull/7952
33+
[24.11.1]: https://github.com/ElementsProject/lightning/releases/tag/v24.11.1
34+
635
## [24.11] - 2024-12-09: "The lightning-dev Mailing List"
736

837
This release named by Dusty Daemon.

0 commit comments

Comments
 (0)