From 86c3770b5a07a97438acf9076350cc42299ded30 Mon Sep 17 00:00:00 2001 From: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> Date: Wed, 10 Aug 2022 10:29:21 +0900 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a72e40..a14081c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:**