From 4b88dd549c9754d11abde627e6bf65a11ea9d52d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 6 Apr 2018 14:28:13 +0200 Subject: [PATCH] Add changelog for "--format" in "imag contact find" --- 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 346fc30f..d53273bb 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -70,6 +70,7 @@ This section contains the changelog from the last release to the next release. editor object * `libimagentryref` got a utility function for making an entry a ref. * `libimaghabit` got `Habit::instance_exists_for_date()` + * `imag contact find` understands `--format` now. * Bugfixes * imag does not panic anymore when piping and breaking that pipe, for example like with `imag store ids | head -n 1`.