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 Nov 27, 2023
1 parent 7d876d5 commit 255f180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To be released.
### Backward-incompatible API changes

- Removed `BlockChainStates` class. [[#3462]]
- Bumped `BlockMetadata.CurrentProtocolVersion` to 5. [[#3524]]
- (Libplanet.Action) Changed `ActionEvaluator` to accept `IWorld`
instead of `IAccount`. [[#3462]]
- (Libplanet.Action) `IActionEvaluator.OutputState` became `IWorld`.
Expand Down Expand Up @@ -76,6 +77,7 @@ To be released.

### Added APIs

- Added `BlockMetadaLegacyStateVersion` constant. [[#3524]]

Check warning on line 80 in CHANGES.md

View workflow job for this annotation

GitHub Actions / typos

"Metada" should be "Metadata".
- (Libplanet.Action) Added `IWorld` interface and its implementation.
[[#3462]]
- Added `World` class.
Expand Down Expand Up @@ -117,6 +119,7 @@ To be released.
### CLI tools

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


Version 3.7.0
Expand Down

0 comments on commit 255f180

Please sign in to comment.