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 1890616 commit e5dc86b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ To be released.

### Backward-incompatible network protocol changes

- (Libplanet.Net) Changed some types due to removal of 'nullable keyword'.
[[#3669]]
- Changed `blocks` parameter type of `Branch` class constructor from
`IEnumerable<(Block, BlockCommit)>` to
`IEnumerable<(Block, BlockCommit?)>`.
- Changed `AppProtocolVersion.Extra` field type from `IValue` to `IValue?`.
- Changed `extra` parameter type of `AppProtocolVersion` class constructor
from `IValue` to `IValue?`.
- Changed `extra` parameter type of `AppProtocolVersion.Sign` method
from `IValue` to `IValue?`.

### Backward-incompatible storage format changes

### Added APIs
Expand All @@ -33,6 +44,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
[#3669]: https://github.com/planetarium/libplanet/pull/3669


Version 4.0.4
Expand Down

0 comments on commit e5dc86b

Please sign in to comment.