Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Mar 25, 2024
1 parent 2059aed commit 9e82e5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ To be released.
to `IWorldState`. [[#3702]]
- (Libplanet.Action) Moved `SetValidator()` from `IAccount` to `IWorld`.
[[#3702]]
- (Libplanet) Removed `IBlockPolicy.BlockAction` property. [[#3701]]
- (Libplanet) Added `IBlockPolicy.BeginBlockActions`. property. [[#3701]]
- (Libplanet) Added `IBlockPolicy.EndBlockActions`. property. [[#3701]]
- (Libplanet) `BlockPolicy` constructor requires `beginBlockActions` and
`endBlockActions` parameters instead of the `blockAction` parameter.
[[#3701]]
- (Libplanet.Action) Renamed `PolicyBlockActionGetter` delegate to
`PolicyBlockActionGetter` and changed return type to
`ImmutableArray<IAction>`. [[#3701]]
- (Libplanet.Action) `ActionEvaluator` constructor requires
`policyBeginBlockActionGetter` and `policyEndBlockActionGetter`
parameters instead of the `policyBlockActionGetter` parameter. [[#3701]]

### Backward-incompatible network protocol changes

Expand All @@ -41,6 +53,7 @@ To be released.
[#3697]: https://github.com/planetarium/libplanet/pull/3697
[#3699]: https://github.com/planetarium/libplanet/pull/3699
[#3072]: https://github.com/planetarium/libplanet/pull/3702
[#3701]: https://github.com/planetarium/libplanet/pull/3701


Version 4.1.0
Expand Down

0 comments on commit 9e82e5d

Please sign in to comment.