docs: changes

This commit is contained in:
iff 2025-04-09 17:36:35 +02:00
parent 91cc44cb5f
commit 0fb229b7d8
2 changed files with 17 additions and 4 deletions

View file

@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Regex support for conditions matching
- `,` cannot be used though
### Changed
- Using Damerau variation for string comparison
### Removed
- `exe_contains` rule as it can be done with regex
## [0.7.2] - 2025-04-08
### Added