Skip to content

Commit ae4b7d3

Browse files
committed
Updated release notes
1 parent 0465a2c commit ae4b7d3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
====
33

4+
# 05-30-2024
5+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.6.0">DotNext.Net.Cluster 5.6.0</a>
6+
* Added support of custom data to be passed to `PersistentState.ApplyAsync` method through WAL processing pipeline
7+
8+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.6.0">DotNext.AspNetCore.Cluster 5.6.0</a>
9+
* Updated dependencies
10+
411
# 05-21-2024
512
<a href="https://www.nuget.org/packages/dotnext.threading/5.4.0">DotNext.Metaprogramming 5.4.0</a>
613
* Smallish performance improvements of `IndexPool` instance methods

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ 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: 05-21-2024
47+
Release Date: 05-30-2024
4848

49-
<a href="https://www.nuget.org/packages/dotnext.threading/5.4.0">DotNext.Metaprogramming 5.4.0</a>
50-
* Smallish performance improvements of `IndexPool` instance methods
51-
* Added ability to instantiate empty `IndexPool`
49+
<a href="https://www.nuget.org/packages/dotnext.net.cluster/5.6.0">DotNext.Net.Cluster 5.6.0</a>
50+
* Added support of custom data to be passed to `PersistentState.ApplyAsync` method through WAL processing pipeline
51+
52+
<a href="https://www.nuget.org/packages/dotnext.aspnetcore.cluster/5.6.0">DotNext.AspNetCore.Cluster 5.6.0</a>
53+
* Updated dependencies
5254

5355
Changelog for previous versions located [here](./CHANGELOG.md).
5456

0 commit comments

Comments
 (0)