updated changelog

This commit is contained in:
Tanaka Zakku
2022-08-10 10:29:21 +09:00
parent 6049d30185
commit 86c3770b5a

View File

@@ -5,13 +5,13 @@
**New Features:**
- Customizable output of fields defined at `config/profiles.yaml` and `config/default_profile.yaml`. (#165) (@hitenkoku)
- Implemented `null` keyword in rule. This paramter is used to check target field is not exist in record. (#643) (@hitenkoku)
- Implemented the `null` keyword for rule detection. It is used to check if a target field exists or not. (#643) (@hitenkoku)
**Enhancements:**
- Removed ./ from rule path when updating. (#642) (@hitenkoku)
- Added new output alias for MITRE ATT&CK tags and other tags. (#637) (@hitenkoku)
- Changed output summary numbers from without commas to with commas. (#649) (@hitenkoku)
- Added commas to summary numbers to make them easier to read. (#649) (@hitenkoku)
**Bug Fixes:**