Skip to content

Commit 0493b47

Browse files
committed
CHANGELOG.md: note that we broke custom rust notifications.
Sorry :( We chose to update our own few custom plugin notifications by manually creating the deprecated fields and adding the new ones, rather than having lightningd fix them up. But this didn't apply to other plugins which might issue their own notifications: in particular, this hit @daywalker90. Simply documenting this is lazy, but we're close to release and I don't expect anyone else to be affected. Reported-by: @daywalker90 Signed-off-by: Rusty Russell <[email protected]>
1 parent c768c72 commit 0493b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Note: release schedule moved one month: this is v25.09, and all deprecations inc
4848
- libplugin: you can now call the synchronous API functions at any time (not just in the init callback). ([#8410])
4949
- Plugins: "utxo_deposit" notification is allowed to have missing `transfer_from`, and null is not considered an account name. ([#8410])
5050
- Plugins: `sql` tables `forwards`, `htlcs`, `invoices`, `sendpays` all use `created_index` as their primary key (and `rowid` is now an alias to this). ([#8410])
51+
- Rust: custom notifications fields no longer wrapped in `payload` object, and `origin` is now outside the `params` object ([#8376])
5152

5253

5354
### Deprecated

0 commit comments

Comments
 (0)