From a22cc4f6eb4f5a5a9be21ce493168d86f9865619 Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:02:51 +0900 Subject: [PATCH] docs(CHANGELOG): fixed typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 839bd4479..6f7f2eadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ - Reduced progress bar width to leave room for adjustment of the terminal. (#1135) (@hitenkoku) - Added support for outputing timestamps in the following formats in the `search` command: `--European-time`, `--ISO-8601`, `--RFC-2822`, `--RFC-3339`, `--US-time`, `--US-military-time`, `-U, --UTC`. (#1040) (@hitenkoku) - Replaced the ETA time in the progress bar with elapsed time as the ETA time was not accurate. (#1143) (@YamatoSecurity) -- Added `--timeline-start` and `--timeline-end` with the `logon-summary` command. (#1152) (@hitenkoku) +- Added `--timeline-start` and `--timeline-end` to the `logon-summary` command. (#1152) (@hitenkoku) **Bug Fixes:**