Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Oct 25, 2023
1 parent 7c048d0 commit eea805f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
====

# 10-25-2023
<a href="https://www.nuget.org/packages/dotnext/4.15.0">DotNext 4.15.0</a>
* Optimized performance of `PooledArrayBufferWriter<T>` and `PooledBufferWriter<T>` 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
<a href="https://www.nuget.org/packages/dotnext.io/4.15.0">DotNext.IO 4.15.0</a>
* 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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a href="https://www.nuget.org/packages/dotnext/4.15.0">DotNext 4.15.0</a>
* Optimized performance of `PooledArrayBufferWriter<T>` and `PooledBufferWriter<T>` 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).
Expand Down

0 comments on commit eea805f

Please sign in to comment.