updated changelog #592

This commit is contained in:
DustInDark
2022-06-23 20:46:18 +09:00
parent fb08d7ee09
commit 3a493d6beb
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
- Clap Crateパッケージの更新 (#413) (@hitenkoku)
- オプションの指定がないときに、`--help`と同じ画面出力を行うように変更した。(#387) (@hitenkoku)
- ルール内に`details`フィールドがないときに、`rules/config/default_details.txt`に設定されたデフォルトの出力を行えるようにした。 (#359) (@hitenkoku)
- hayabusa.exeをワーキングディレクトリ以外から動作できるようにした。 (#592) (@hitenkoku)
**バグ修正:**

View File

@@ -11,6 +11,7 @@
- Updated clap crate package to version 3. (#413) (@hitnekoku)
- Updated the default usage and help menu. (#387) (@hitenkoku)
- Added default details output based on `rules/config/default_details.txt` when no `details` field in a rule is specified. (i.e. Sigma rules) (#359) (@hitenkoku)
- Adjusted execution path is not working directory. (#592) (@hitenkoku)
**Bug Fixes:**