Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Nov 25, 2024
1 parent 64f1591 commit dd93cf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To be released.
- Changed `IMessageCodec.Encode(MessageContent, PrivateKey,
AppProtocolVersion, BoundPeer, DateTimeOffset, byte[]?)` to
`IMessageCodec.Encode(Message, PrivateKey)`. [[#3997]]
- Removed `ITransport.ReplyMessageAsync()` interface method. [[#3998]]
- Changed `AsyncDelegate<T>` class to `AsyncDelegate`. [[#3998]]

### Backward-incompatible network protocol changes

Expand All @@ -29,6 +31,7 @@ To be released.
### CLI tools

[#3997]: https://github.com/planetarium/libplanet/pull/3997
[#3998]: https://github.com/planetarium/libplanet/pull/3998


Version 5.4.0
Expand Down

0 comments on commit dd93cf4

Please sign in to comment.