From c12b88158d57ac86291b3ed6079bf09af1d33545 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 12 Mar 2018 20:34:41 +0100 Subject: [PATCH] Add changelog entry for imag-tag CLI rewrite --- doc/src/09020-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index 42577032..4728e7af 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -54,6 +54,7 @@ This section contains the changelog from the last release to the next release. "debug" mode. * `imag-diary` supports "daily" diaries now. * `imag-contact` joins multiple emails with "," now + * `imag-tag` commandline was rewritten for positional arguments. * Bugfixes * imag does not panic anymore when piping and breaking that pipe, for example like with `imag store ids | head -n 1`.