Update CHANGELOG.md (#80)

pull/93/head
Abbas Cyclewala 2020-12-16 17:45:32 +05:30 committed by GitHub
parent 173d2a03c9
commit 2886bca157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ All notable changes to this project will be documented in this file.
- Major performance improvement
- 25% improvement from previous version
- Upto 35% improvement by disabling optional features
- Removed limitation inputs passed to RulesEngine. RulesEngine now virtually supports unlimited inputs.
- RulesEngine now virtually supports unlimited inputs (Previous limitation was 16 inputs)
- RuleExpressionParser is now available to use expression evaluation outside RulesEngine
### Breaking Changes
- `ExecuteRule` method has been renamed to `ExecuteAllRulesAsync`