diff --git a/CHANGES.md b/CHANGES.md index 171fd9c679..bb812084dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,7 @@ Libplanet changelog Version 5.1.0 ------------- -To be released. - -### Deprecated APIs +Released on July 11, 2024. ### Backward-incompatible API changes @@ -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. @@ -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 @@ -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