diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a956a12..499694672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Release Notes ==== -# 01-10-2024 +# 01-14-2024 .NEXT 5.0.0 has been released! The primary goal of the new release is migration to .NET 8 to fully utilize its features such as [Generic Math](https://learn.microsoft.com/en-us/dotnet/standard/generics/math) and static abstract interface members. 5.x is not fully backward compatible with 4.x because of breaking changes in the API. Most of changes done in DotNext, DotNext.IO, and DotNext.Unsafe libraries. UDP transport for Raft is completely removed in favor of existing TCP implementation. There is a plan to implement multiplexed TCP connection and Raft sharding. New features: * Numeric ranges for LINQ. Thanks to Generic Math * Little-endian and big-endian readers/writer for various buffer types. Again thanks to Generic Math diff --git a/README.md b/README.md index 8dc83aea5..773ae80a2 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ All these things are implemented in 100% managed code on top of existing .NET AP * [NuGet Packages](https://www.nuget.org/profiles/rvsakno) # What's new -Release Date: 01-10-2024 +Release Date: 01-14-2024 .NEXT 5.0.0 has been released! The primary goal of the new release is migration to .NET 8 to fully utilize its features such as [Generic Math](https://learn.microsoft.com/en-us/dotnet/standard/generics/math) and static abstract interface members. 5.x is not fully backward compatible with 4.x because of breaking changes in the API. Most of changes done in DotNext, DotNext.IO, and DotNext.Unsafe libraries. UDP transport for Raft is completely removed in favor of existing TCP implementation. There is a plan to implement multiplexed TCP connection and Raft sharding. New features: * Numeric ranges for LINQ. Thanks to Generic Math