diff --git a/CHANGES.md b/CHANGES.md index 9efe6b3d158..43c6db819ed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,15 @@ To be released. - (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.Action) Added `LastCommit` property to `IActionContext` + interface and its implementations. [[#3912]] - (Libplanet.Explorer) Added `self` field to `NoteStateType`. [[#3841]] ### Backward-incompatible network protocol changes @@ -20,6 +29,8 @@ To be released. ### Added APIs + - (Libplanet.Action) Added `GasTracer` static class. [[#3868]] + ### Behavioral changes ### Bug fixes @@ -30,6 +41,9 @@ To be released. [#3762]: https://github.com/planetarium/libplanet/pull/3762 [#3841]: https://github.com/planetarium/libplanet/pull/3841 +[#3867]: https://github.com/planetarium/libplanet/pull/3867 +[#3868]: https://github.com/planetarium/libplanet/pull/3868 +[#3912]: https://github.com/planetarium/libplanet/pull/3912 Version 5.2.0