updated changelog due to additional ommission to other issue #479

This commit is contained in:
DastInDark
2022-07-18 00:29:44 +09:00
parent fa42d67bcc
commit da8f5ff26c
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
**改善:**
- `--update-rules` オプションを利用する時に、更新対象のレポジトリを`--rules`オプションで指定できるようにした。 (#615) (@hitenkoku)
- 並列処理の改善による高速化。 (#479) (@kazuminn)
- ファイルへの出力時にRulePathとFilePathにおける相対パスの`./``../`の出力を省略した。 `--rules``--file-path``--directory`のオプションで相対パスを指定したときに出力を省略する。 (#623) (@hitenkoku)
**バグ修正:**

View File

@@ -9,6 +9,7 @@
**Enhancements:**
- Combining the two options, you can now update rules with `--update-rules` option to a custom rules directory with the `--rules` option. (#615) (@hitenkoku)
- Improve parallel processing. (#479) (@kazuminn)
- Ommited RulePath and FilePath relative path options in output file when `--rules` and `--file-path` and `--directory` option is relative path. (#623) (@hitenkoku)
**Bug Fixes:**