From 7e5ebc0216a40a3cef859b9601838280a5c7dcc8 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 8 Jun 2022 19:13:50 +0900 Subject: [PATCH] fixed lack of parenthesis in v1.3.0 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c939b18..911e92ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ **Bug Fixes:** -- Fixed the `--start-timeline` and `--end-timeline` options as they were not working. (#546) @hitenkoku) +- Fixed the `--start-timeline` and `--end-timeline` options as they were not working. (#546) (@hitenkoku) - Fixed crash bug when level in rule is not valid. (#560) (@hitenkoku) ## v1.2.2 [2022/05/20]