You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,56 @@ All notable changes to this project will be documented in this file.
8
8
9
9
All notable changes to this project will be documented in this file.
10
10
11
+
## [6.0.13]
12
+
13
+
## New Feature
14
+
* use the result of the previous rule in the next rules expression by @asulwer in https://github.com/asulwer/RulesEngine/pull/136
15
+
16
+
## What's Changed
17
+
* Bump Microsoft.EntityFrameworkCore and 3 others by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/129
18
+
* solves issue https://github.com/asulwer/RulesEngine/issues/130 and all past topics on it by @asulwer in https://github.com/asulwer/RulesEngine/pull/131
19
+
* Fix AmbiguousMatchException by @SJ-narbutas in https://github.com/asulwer/RulesEngine/pull/132
20
+
* Bump dotnet-reportgenerator-globaltool and xunit.runner.visualstudio by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/134
21
+
* Bump dotnet-reportgenerator-globaltool and System.Linq.Dynamic.Core by @dependabot[bot] in https://github.com/asulwer/RulesEngine/pull/135
22
+
23
+
## New Contributors
24
+
*@SJ-narbutas made their first contribution in https://github.com/asulwer/RulesEngine/pull/132
0 commit comments