Skip to content

Commit

Permalink
Merge pull request #986 from Yamato-Security/finalize-2.3.3
Browse files Browse the repository at this point in the history
finalize 2.3.3
  • Loading branch information
hitenkoku authored Apr 5, 2023
2 parents 276ff6f + 9480739 commit 4e58d78
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 125 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 変更点

## 2.3.3 [2023/03/XX] "XXX"
## 2.3.3 [2023/04/05] "Sakura Release"

**改善:**

- ファイル(CSV, JSON, JSONL)出力の際に`Level`の余分なスペースを削除した。 (#979) (@hitenkoku)
- ファイル(CSV, JSON, JSONL)出力の際にルールの`level`の余分なスペースを削除した。 (#979) (@hitenkoku)
- `-M, --multiline`オプション利用時にルール作者名の出力を複数行出力対応をした。 (#980) (@hitenkoku)
- Stringの代わりにCoWを利用することで、約5%の速度向上を実現した。 (#984) (@hitenkoku)

Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changes

## 2.3.3 [2023/03/XX] "XXX"
## 2.3.3 [2023/04/05] "Sakura Release"

**Enhancements:**

- Removed an extra space when outputting `Level` to files(CSV, JSON, JSONL). (#979) (@hitenkoku)
- Made rule authors multiple lines with `-M, --multiline` option. (#980) (@hitenkoku)
- Approximately 3-5% speed increase by replaced String with CoW. (#984) (@hitenkoku)
- Removed an extra space when outputting the rule `level` to files (CSV, JSON, JSONL). (#979) (@hitenkoku)
- Rule authors are now outputted in multiple lines with the `-M, --multiline` option. (#980) (@hitenkoku)
- Approximately 3-5% speed increase by replacing String with CoW. (#984) (@hitenkoku)

**Bug Fixes:**

Expand Down
Loading

0 comments on commit 4e58d78

Please sign in to comment.