Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Mar 27, 2024
1 parent 10b7d38 commit 523d937
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
Libplanet changelog
===================

Version DPoS
-------------

### Deprecated APIs

### Backward-incompatible API changes

- (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

### Backward-incompatible storage format changes

### Added APIs

### Behavioral changes

### Bug fixes

### Dependencies

### CLI tools

[#3701]: https://github.com/planetarium/libplanet/pull/3701


Version 4.1.0
-------------

Expand Down

0 comments on commit 523d937

Please sign in to comment.