Skip to content

Commit 7c3b167

Browse files
committed
Changelog
1 parent 76fdfe2 commit 7c3b167

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ To be released.
2222
to `IWorldState`. [[#3702]]
2323
- (Libplanet.Action) Moved `SetValidator()` from `IAccount` to `IWorld`.
2424
[[#3702]]
25+
- (Libplanet) Removed `IBlockPolicy.BlockAction` property. [[#3701]]
26+
- (Libplanet) Added `IBlockPolicy.BeginBlockActions`. property. [[#3701]]
27+
- (Libplanet) Added `IBlockPolicy.EndBlockActions`. property. [[#3701]]
28+
- (Libplanet) `BlockPolicy` constructor requires `beginBlockActions` and
29+
`endBlockActions` parameters instead of the `blockAction` parameter.
30+
[[#3701]]
31+
- (Libplanet.Action) Renamed `PolicyBlockActionGetter` delegate to
32+
`PolicyBlockActionGetter` and changed return type to
33+
`ImmutableArray<IAction>`. [[#3701]]
34+
- (Libplanet.Action) `ActionEvaluator` constructor requires
35+
`policyBeginBlockActionGetter` and `policyEndBlockActionGetter`
36+
parameters instead of the `policyBlockActionGetter` parameter. [[#3701]]
2537

2638
### Backward-incompatible network protocol changes
2739

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

4558

4659
Version 4.1.0

0 commit comments

Comments
 (0)