From edc739b796eece23ad79ebcd0c9a405057477c9a Mon Sep 17 00:00:00 2001 From: sakno Date: Sun, 14 Jan 2024 15:33:19 +0200 Subject: [PATCH] Updated release dates --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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