Skip to content

Commit b0ffd77

Browse files
committed
Changelog
1 parent a3a336e commit b0ffd77

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGES.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
Libplanet changelog
22
===================
33

4+
Version DPoS
5+
-------------
6+
7+
### Deprecated APIs
8+
9+
### Backward-incompatible API changes
10+
11+
- (Libplanet) Removed `IBlockPolicy.BlockAction` property. [[#3701]]
12+
- (Libplanet) Added `IBlockPolicy.BeginBlockActions`. property. [[#3701]]
13+
- (Libplanet) Added `IBlockPolicy.EndBlockActions`. property. [[#3701]]
14+
- (Libplanet) `BlockPolicy` constructor requires `beginBlockActions` and
15+
`endBlockActions` parameters instead of the `blockAction` parameter.
16+
[[#3701]]
17+
- (Libplanet.Action) Renamed `PolicyBlockActionGetter` delegate to
18+
`PolicyBlockActionGetter` and changed return type to
19+
`ImmutableArray<IAction>`. [[#3701]]
20+
- (Libplanet.Action) `ActionEvaluator` constructor requires
21+
`policyBeginBlockActionGetter` and `policyEndBlockActionGetter`
22+
parameters instead of the `policyBlockActionGetter` parameter. [[#3701]]
23+
24+
### Backward-incompatible network protocol changes
25+
26+
### Backward-incompatible storage format changes
27+
28+
### Added APIs
29+
30+
### Behavioral changes
31+
32+
### Bug fixes
33+
34+
### Dependencies
35+
36+
### CLI tools
37+
38+
[#3701]: https://github.com/planetarium/libplanet/pull/3701
39+
40+
441
Version 4.1.0
542
-------------
643

0 commit comments

Comments
 (0)