Skip to content

Commit

Permalink
Updated release date
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Sep 27, 2023
1 parent fcb2b80 commit 6a572c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
====

# 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)
* Updated dependencies

<a href="https://www.nuget.org/packages/dotnext.net.cluster/4.14.3">DotNext.Net.Cluster 4.14.3</a>
* Deprecation of `partitioning` configuration property
* Updated dependencies

<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/4.14.3">DotNext.AspNetCore.Cluster 4.14.3</a>
* Updated dependencies

# 08-25-2023
<a href="https://www.nuget.org/packages/dotnext.threading/4.14.2">DotNext.Threading 4.14.2</a>
* Removed redundant memory barrier from async locks and reduced size of wait nodes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: 09-26-2023
Release Date: 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

0 comments on commit 6a572c6

Please sign in to comment.