Skip to content

Commit 0c8269b

Browse files
authored
Merge pull request #4258 from TheBlueMatt/2025-12-0.2-send-data-relnotes
Note `SocketDescriptor::send_data` semantics changes in renotes
2 parents 0df6d79 + 79a9ac0 commit 0c8269b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@
146146
`ListProtocols` message (#3785).
147147
* A rare race which might lead `PeerManager` (and `lightning-net-tokio`) to
148148
stop reading from a peer until a new message is sent to that peer has been
149-
fixed (#4168).
149+
fixed. Note that this changed the semantics of the
150+
`SocketDescriptor::send_data` method without changing its signature, check
151+
that your implementation matches the new documentation (#4168).
150152
* The fields in `SocketAddress::OnionV3` are now correctly parsed, and the
151153
`Display` for such addresses is now lowercase (#4090).
152154
* `PeerManager` is now more conservative about disconnecting peers which aren't

0 commit comments

Comments
 (0)