diff --git a/CHANGELOG.md b/CHANGELOG.md index da85bcaf..9a694866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## [5.0.2] -- Fixed Scoped Params returning incorrect results +- Fixed Scoped Params returning incorrect results in some corner case scenarios ## [5.0.1] - Added option to disable automatic type registry for input parameters in reSettings diff --git a/src/RulesEngine/RulesEngine.csproj b/src/RulesEngine/RulesEngine.csproj index 63e89bb3..ce0b245e 100644 --- a/src/RulesEngine/RulesEngine.csproj +++ b/src/RulesEngine/RulesEngine.csproj @@ -8,8 +8,9 @@ https://github.com/microsoft/RulesEngine Abbas Cyclewala Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system. - https://github.com/microsoft/RulesEngine/blob/main/CHANGELOG.md - BRE, Rules Engine, Abstraction + https://github.com/microsoft/RulesEngine/blob/main/CHANGELOG.md + BRE, Rules Engine, Abstraction + README.md @@ -27,7 +28,8 @@ - + +