Skip to content

Commit 628b692

Browse files
committed
Updated release notes
1 parent b120638 commit 628b692

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Release Notes
1616
* Improved accuracy of `CancellationTokenMultiplexer.Scope.IsTimedOut` property
1717

1818
<a href="https://www.nuget.org/packages/dotnext.io/5.26.1">DotNext.IO 5.26.1</a>
19+
* Added auxiliary `MemorySegmentStream` wrapper over [Memory&lt;byte&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.memory-1) type in the form of the writable stream
1920
* Updated dependencies
2021

2122
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.26.1">DotNext.Net.Cluster 5.26.1</a>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ All these things are implemented in 100% managed code on top of existing .NET AP
4444
* [NuGet Packages](https://www.nuget.org/profiles/rvsakno)
4545

4646
# What's new
47-
Release Date: 11-03-2025
47+
Release Date: 11-04-2025
4848

4949
<a href="https://www.nuget.org/packages/dotnext/5.26.1">DotNext 5.26.1</a>
5050
* Lock upgrade logic provided by `ReaderWriterSpinLock` is adjusted according to [275](https://github.com/dotnet/dotNext/issues/275)
@@ -60,6 +60,7 @@ Release Date: 11-03-2025
6060
* Improved accuracy of `CancellationTokenMultiplexer.Scope.IsTimedOut` property
6161

6262
<a href="https://www.nuget.org/packages/dotnext.io/5.26.1">DotNext.IO 5.26.1</a>
63+
* Added auxiliary `MemorySegmentStream` wrapper over [Memory&lt;byte&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.memory-1) type in the form of the writable stream
6364
* Updated dependencies
6465

6566
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.26.1">DotNext.Net.Cluster 5.26.1</a>

0 commit comments

Comments
 (0)