Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Aug 30, 2024
1 parent ca144b1 commit 1df8fc8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Release Notes
====

# 08-30-2024
<a href="https://www.nuget.org/packages/dotnext/5.13.0">DotNext 5.13.0</a>
* Improved interoperability of `DotNext.Runtime.ValueReference<T>` and `DotNext.Runtime.ReadOnlyValueReference<T>` with .NEXT ecosystem
* Fixed [249](https://github.com/dotnet/dotNext/issues/249)
* Improved codegen quality for ad-hoc enumerator types

<a href="https://www.nuget.org/packages/dotnext.metaprogramming/5.13.0">DotNext.Metaprogramming 5.13.0</a>
* Updated dependencies

<a href="https://www.nuget.org/packages/dotnext.unsafe/5.13.0">DotNext.Unsafe 5.13.0</a>
* Updated dependencies

<a href="https://www.nuget.org/packages/dotnext.threading/5.13.0">DotNext.Threading 5.13.0</a>
* Redesigned `AsyncEventHub` to improve overall performance and reduce memory allocation
* Improved codegen quality for ad-hoc enumerator types

<a href="https://www.nuget.org/packages/dotnext.io/5.13.0">DotNext.IO 5.13.0</a>
* Improved codegen quality for ad-hoc enumerator types

<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.13.0">DotNext.Net.Cluster 5.13.0</a>
* Updated dependencies

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

# 08-19-2024
<a href="https://www.nuget.org/packages/dotnext/5.12.1">DotNext 5.12.1</a>
* Added support of static field references to `DotNext.Runtime.ValueReference<T>` data type
Expand Down
3 changes: 2 additions & 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: 08-19-2024
Release Date: 08-30-2024

<a href="https://www.nuget.org/packages/dotnext/5.13.0">DotNext 5.13.0</a>
* Improved interoperability of `DotNext.Runtime.ValueReference<T>` and `DotNext.Runtime.ReadOnlyValueReference<T>` with .NEXT ecosystem
Expand All @@ -58,6 +58,7 @@ Release Date: 08-19-2024
* Updated dependencies

<a href="https://www.nuget.org/packages/dotnext.threading/5.13.0">DotNext.Threading 5.13.0</a>
* Redesigned `AsyncEventHub` to improve overall performance and reduce memory allocation
* Improved codegen quality for ad-hoc enumerator types

<a href="https://www.nuget.org/packages/dotnext.io/5.13.0">DotNext.IO 5.13.0</a>
Expand Down

0 comments on commit 1df8fc8

Please sign in to comment.