Skip to content

Commit 79a9ac0

Browse files
committed
Note SocketDescriptor::send_data semantics changes in renotes
`SocketDescriptor::send_data` semantics were changed in 0.2, without changing the method signature. As such the release notes really should be explicit about this.
1 parent 0df6d79 commit 79a9ac0

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)