Skip to content

Commit

Permalink
docs(CHANGELOG): added #1230
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Dec 16, 2023
1 parent 67e1963 commit 6f9c8d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2.12.0 [xxxx/xx/xx]

**改善:**

- JSON出力において、MitreTactics、MitreTags, OtherTagsの出力を要素ごとに文字列で出力させるように修正した。 (#1230) (@hitenkoku)

**バグ修正:**

- JSON出力において、同じ名前の複数のフィールド名が配列として出力されないため、`jq`でパースすると1つの結果しか返されなかった。同じフィールド名を持つ複数のフィールドデータを配列内に出力することで修正した。 (#1202) (@hitenkoku)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2.12.0 [xxxx/xx/xx]

**Enhancements:**

- `%MitreTactics%`, `%MitreTags%`, `%OtherTags%` in an array of strings in JSON output. (#1230) (@hitenkoku)

**Bug Fixes:**

- In JSON output, multiple field names with the same names were not outputted as an array so only one result would be returned when parsing with `jq`. We fixed this by outputting multiple field data with the same field name inside an array. (#1202) (@hitenkoku)
Expand Down

0 comments on commit 6f9c8d8

Please sign in to comment.