Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Feb 14, 2024
1 parent 38661bb commit afed210
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ To be released.

### Backward-incompatible network protocol changes

- (Libplanet.Net) Changed transport-related types due to removal of
'nullable keyword'. [[#3671]]
- Changed `identity` parameter type of `ITransport.ReplyMessageAsync`
method from `byte[]` to `byte[]?`.

### Backward-incompatible storage format changes

### Added APIs
Expand All @@ -33,6 +38,7 @@ To be released.
[#3622]: https://github.com/planetarium/libplanet/pull/3622
[#3644]: https://github.com/planetarium/libplanet/pull/3644
[#3651]: https://github.com/planetarium/libplanet/pull/3651
[#3671]: https://github.com/planetarium/libplanet/pull/3671


Version 4.0.4
Expand Down

0 comments on commit afed210

Please sign in to comment.