From bee2a161ef14e5b29ba6b44b1b4e133c81c12174 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 12 Mar 2018 18:23:03 +0100 Subject: [PATCH] Add changelog entry for JSON output support in imag-contact --- doc/src/09020-changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index 89ee9130..42577032 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -37,6 +37,8 @@ This section contains the changelog from the last release to the next release. * `libimagcontact` takes the hash from the vcard object (UID) now. * `imag-contact` got a `find` command, which matches in fullname, email and address and either shows or lists the found contacts + * `imag-contact list` and `imag-contact find` is now able to print the + output as JSON. * Minor changes * A license-checker was included into the CI setup, which checks whether all ".rs"-files have the license header at the top of the file