Skip to content

Commit

Permalink
docs: update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limebell committed Apr 17, 2024
1 parent 9fb7bce commit 9a6d3d8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ Version DPoS
- (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) Added `IBlockPolicy.BeginTxActions`. property. [[#3748]]
- (Libplanet) Added `IBlockPolicy.EndTxActions`. property. [[#3748]]
- (Libplanet) `BlockPolicy` constructor requires `beginBlockActions`,
`endBlockActions`, `beginTxActions` and `endTxActions` parameters
instead of the `blockAction` parameter.
[[#3701], [#3748]]
- (Libplanet.Action) Renamed `PolicyBlockActionGetter` delegate to
`PolicyBlockActionGetter` and changed return type to
`ImmutableArray<IAction>`. [[#3701]]
`PolicyActionsGetter` and changed return type to
`ImmutableArray<IAction>`. [[#3701], [#3748]]
- (Libplanet.Action) `ActionEvaluator` constructor requires
`policyBeginBlockActionGetter` and `policyEndBlockActionGetter`
parameters instead of the `policyBlockActionGetter` parameter. [[#3701]]
`PolicyActionsGetterCollection` parameter instead of the
`policyBlockActionGetter` parameter. [[#3701], [#3748]]
- (Libplanet.Action) Added `SetValidatorSet` method to `IAccount` interface
and its implementations. [[#3730]]
- (Libplanet.Explorer) Added `ValidatorPower` field to `VoteType`. [[#3737]]
Expand All @@ -32,6 +35,8 @@ Version DPoS

### Added APIs

- (Libplanet.Action) Added `PolicyActionsGetterCollection` class. [[#3748]]

### Behavioral changes

### Bug fixes
Expand All @@ -43,6 +48,7 @@ Version DPoS
[#3701]: https://github.com/planetarium/libplanet/pull/3701
[#3730]: https://github.com/planetarium/libplanet/pull/3730
[#3737]: https://github.com/planetarium/libplanet/pull/3737
[#3748]: https://github.com/planetarium/libplanet/pull/3748


Version 4.1.0
Expand Down

0 comments on commit 9a6d3d8

Please sign in to comment.