Skip to content

Commit 58e5823

Browse files
committed
Updated release notes
1 parent a120d1a commit 58e5823

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release Notes
66
* Performance improvements of `BitwiseComparer` and `Intrinsics` classes
77
* Introduced new [MemoryOwner<T>](https://sakno.github.io/dotNext/api/DotNext.Buffers.MemoryOwner-1.html) value type that unifies working with memory and array pools
88
* Path MTU [discovery](https://sakno.github.io/dotNext/api/DotNext.Net.NetworkInformation.MtuDiscovery.html)
9+
* Pooled buffer writes: [PooledBufferWriter<T>](https://sakno.github.io/dotNext/api/DotNext.Buffers.PooledBufferWriter-1.html) and [PooledArrayBufferWriter<T>](https://sakno.github.io/dotNext/api/DotNext.Buffers.PooledArrayBufferWriter-1.html)
910
* Updated dependencies
1011

1112
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/2.3.0">DotNext.Metaprogramming 2.3.0</a>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Release Date: 04-XX-2020
4949
* Performance improvements of `BitwiseComparer` and `Intrinsics` classes
5050
* Introduced new [MemoryOwner&lt;T&gt;](https://sakno.github.io/dotNext/api/DotNext.Buffers.MemoryOwner-1.html) value type that unifies working with memory and array pools
5151
* Path MTU [discovery](https://sakno.github.io/dotNext/api/DotNext.Net.NetworkInformation.MtuDiscovery.html)
52+
* Pooled buffer writes: [PooledBufferWriter&lt;T&gt;](https://sakno.github.io/dotNext/api/DotNext.Buffers.PooledBufferWriter-1.html) and [PooledArrayBufferWriter&lt;T&gt;](https://sakno.github.io/dotNext/api/DotNext.Buffers.PooledArrayBufferWriter-1.html)
5253
* Updated dependencies
5354

5455
<a href="https://www.nuget.org/packages/dotnext.metaprogramming/2.3.0">DotNext.Metaprogramming 2.3.0</a>

0 commit comments

Comments
 (0)