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