updated changelog #727

This commit is contained in:
DastInDark
2022-10-09 15:30:52 +09:00
parent de2161a314
commit 9d48adbb8e
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- より正確な結果を出力するために、チャンネルとEIDの情報を`rules/config/channel_eid_info.txt`に基づいてチェックするようにした。 (#463) (@garigariganzy)
- 検知ルールを利用しないオプション(`-M``-L`オプション)の時のメッセージの出力内容を修正した。 (#730) (@hitenkoku)
- 検出したルールの作者名を標準出力に追加した。 (#724) (@hitenkoku)
- チャンネル情報がnullとなっているレコードを検知およびmetricの対象から除外した。 (#727) (@hitenkoku)
**バグ修正:**

View File

@@ -7,6 +7,7 @@
- Hayabusa now checks Channel and EID information based on `rules/config/channel_eid_info.txt` to provide more accurate results. (#463) (@garigariganzy)
- Do not display a message about loading detection rules when using the `-M` or `-L` options. (#730) (@hitenkoku)
- Added a table of rule authors to standard output. (#724) (@hitenkoku)
- Exclude record that channel name is `null` from detecion and metrics. (#727) (@hitenkoku)
**Bug Fixes:**