Skip to content

Commit 194dd2b

Browse files
committed
CHANGELOG.md: Update for 23.11rc3
Signed-off-by: Peter Neuroth <[email protected]>
1 parent eb3b1b8 commit 194dd2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## [v23.11rc2] - 2023-11-02: "Bitcoin Orangepaper"
6+
## [v23.11rc3] - 2023-11-02: "Bitcoin Orangepaper"
77

88
This release named by Shahana Farooqui
99

@@ -74,6 +74,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
7474
- Protocol: Implemented splicing restart logic for tx_signature and commitment_signed. Splice commitments are reworked in a manner incompatible with the last version. ([#6840])
7575
- Wallet: close change outputs show up immediately in `listfunds` so you can CPFP. ([#6734])
7676
- Restore any missing metadata that resource constrained signers stripped ([#6767])
77+
- JSON-RPC: Plugin notification `msat` fields in `invoice_payment` and `invoice_created` hooks now a number, not a string with "msat" suffix. ([#6884])
78+
- JSON-RPC: Plugin hook `payment` `msat` field is now a number, not a string with "msat" suffix. ([#6884])
7779
- JSON-RPC: fix `checkrune` when `method` parameter is the empty string. ([#6759])
7880
- JSON-RPC: `getroute` now documents that it ignores `fuzzpercent`. ([#6697])
7981
- Rune: use runes table `id` instead `runes_uniqueid` from `vars` because it returns incorrect unique id if rune/s migrated from datastore. ([#6715])
@@ -122,6 +124,7 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
122124
[#6857]: https://github.com/ElementsProject/lightning/pull/6857
123125
[#6876]: https://github.com/ElementsProject/lightning/pull/6876
124126
[#6840]: https://github.com/ElementsProject/lightning/pull/6840
127+
[#6884]: https://github.com/ElementsProject/lightning/pull/6884
125128

126129

127130
## [23.08.1] - 2023-09-12: "Satoshi's Successor II"

0 commit comments

Comments
 (0)