Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 release: 4.1.0 #3691

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Libplanet changelog
Version 4.1.0
-------------

To be released.

### Deprecated APIs
Released on March 8, 2024.

### Backward-incompatible API changes

Expand All @@ -32,8 +30,6 @@ To be released.
- Changed `extra` parameter type of `AppProtocolVersion.Sign` method
from `IValue` to `IValue?`.

### Backward-incompatible storage format changes

### Added APIs

- (Libplanet.Store.Remote) Introduce
Expand All @@ -46,11 +42,6 @@ To be released.
- (Libplanet.Store) Optimized `ITrie.IterateNodes()` to greatly
reduce the amount of memory used. [[#3687]]

### Bug fixes

### Dependencies

### CLI tools

[#3622]: https://github.com/planetarium/libplanet/pull/3622
[#3644]: https://github.com/planetarium/libplanet/pull/3644
Expand Down
Loading