From eea805fc60b7ba1a34803a12a855e70728f1d64c Mon Sep 17 00:00:00 2001 From: sakno Date: Wed, 25 Oct 2023 20:45:12 +0300 Subject: [PATCH] Updated release notes --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2375900b3..dc7e147ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Release Notes ==== +# 10-25-2023 +DotNext 4.15.0 +* Optimized performance of `PooledArrayBufferWriter` and `PooledBufferWriter` classes as a result of discussion in [192](https://github.com/dotnet/dotNext/issues/192) +* Added `Span.Swap` and `Span.Move` extension methods +* Updated dependencies + # 09-27-2023 DotNext.IO 4.15.0 * Added fast UTF-8 decoding for [streams](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream) and [pipes](https://learn.microsoft.com/en-us/dotnet/api/system.io.pipelines.pipereader) diff --git a/README.md b/README.md index af7734516..30e0e37e5 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ 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: 10-20-2023 +Release Date: 10-25-2023 DotNext 4.15.0 * Optimized performance of `PooledArrayBufferWriter` and `PooledBufferWriter` classes as a result of discussion in [192](https://github.com/dotnet/dotNext/issues/192) -* Added `Span.Swap` as proposed and discussed in [193](https://github.com/dotnet/dotNext/issues/193) +* Added `Span.Swap` and `Span.Move` extension methods * Updated dependencies Changelog for previous versions located [here](./CHANGELOG.md).