From 37a3c9b2930f014955c42b5cfe5347799441f4f8 Mon Sep 17 00:00:00 2001 From: Jan Heuermann Date: Wed, 6 Mar 2024 18:56:02 +0100 Subject: [PATCH] `--resume-nth` --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b46d0b..59717c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog **Summary of changes of the command line tool** +## v?.? (????-??-??) +- **[ FEATURE ]** For `klog start`, add `--resume-nth`/`-N` flag to specify the + entry to resume. + ## v6.3 (2024-03-03) - **[ BREAKING ]** For `klog pause`, you cannot use the `--extend` and `--summary` flags together anymore.