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 Jul 11, 2024
1 parent 4a0996b commit 47aad3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ Version DPoS
and its implementations. [[#3730]]
- (Libplanet.Action) Added `MaxGasPrice` property to `IActionContext`
interface and its implementations. [[#3762]]
- (Libplanet.Action) Removed `IFeeCollector` interface
and its implementations. [[#3867]]
- (Libplanet.Action) Removed following methods from the
`IActionContext` interface. [[#3868]]
- Removed `IActionContext.UseGas(long)`.
- Removed `IActionContext.GasUsed()`.
- Removed `IActionContext.GasLimit()`.
- (Libplanet.Explorer) Added `ValidatorPower` field to `VoteType`.
[[#3737], [#3813]]
- (Libplanet.Explorer) Added `self` field to `NoteStateType`. [[#3841]]
Expand All @@ -42,6 +49,7 @@ Version DPoS
### Added APIs

- (Libplanet.Action) Added `PolicyActionsRegistry` class. [[#3748]]
- (Libplanet.Action) Added `GasTracer` static class. [[#3868]]

### Behavioral changes

Expand All @@ -59,6 +67,8 @@ Version DPoS
[#3764]: https://github.com/planetarium/libplanet/pull/3764
[#3813]: https://github.com/planetarium/libplanet/pull/3813
[#3841]: https://github.com/planetarium/libplanet/pull/3841
[#3867]: https://github.com/planetarium/libplanet/pull/3867
[#3868]: https://github.com/planetarium/libplanet/pull/3868


Version 5.0.0
Expand Down

0 comments on commit 47aad3f

Please sign in to comment.