This commit is contained in:
Dishant Munjal 2020-05-18 16:21:50 +05:30 коммит произвёл GitHub
Родитель b7cdedde8d
Коммит 7862b3b3e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 24 добавлений и 0 удалений

24
CHANGELOG.md Normal file
Просмотреть файл

@ -0,0 +1,24 @@
# CHANGELOG
All notable changes to this project will be documented in this file.
## [2.0.0] - 18-05-2020
### Changed
- Interface simplified by removing redundant parameters in the IRulesEngine.
- Custom Logger replaced with Microsoft Logger.
## [1.0.2] - 16-01-2020
### Added
- Cache system added so that rules compilation is stored and thus made more efficient.
### Fix
- Concurrency issue which arose by dictionary was resolved.
## [1.0.1] - 24-09-2019
### Added
- Exceptions handling scenario in the case a rule execution throws an exception
## [1.0.0] - 20-08-2019
### Added
- The first version of the NuGet