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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Release 5.1.0 #3872

Merged
merged 1 commit into from
Jul 11, 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
14 changes: 1 addition & 13 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ Libplanet changelog
Version 5.1.0
-------------

To be released.

### Deprecated APIs
Released on July 11, 2024.

### Backward-incompatible API changes

Expand All @@ -27,10 +25,6 @@ To be released.
- (Libplanet) Added `IBlockPolicy.GetMaxEvidencePendingDuration` method.
[[#3696]]

### Backward-incompatible network protocol changes

### Backward-incompatible storage format changes

### Added APIs

- (Libplanet.Types) Added `InvalidBlockEvidenceHashException` class.
Expand Down Expand Up @@ -70,10 +64,6 @@ To be released.
- (Libplanet.Net) Added `Context.CollectEvidenceExceptions`. property.
[[#3696]]

### Behavioral changes

### Bug fixes

### Dependencies

The entire project is now defined by common properties in the
Expand Down Expand Up @@ -136,8 +126,6 @@ projects using `netstandard2.0` will be deprecated.
The `VersionPrefix` property has been moved from the
*src/Libplanet/Libplanet.csproj* file to the `Directory.Build.props` file.

### CLI tools

[#3696]: https://github.com/planetarium/libplanet/pull/3696
[#3737]: https://github.com/planetarium/libplanet/pull/3737
[#3813]: https://github.com/planetarium/libplanet/pull/3813
Expand Down
Loading