summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-06 14:46:15 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-06 14:46:15 +0200
commit431bbfd2fdb0fcf51fbbb81e47b30ff4a1ec55c4 (patch)
tree93c51dbc998b2375f8b6e82bcf2b825ca234e33b /doc
parent89654118160549a26671ebdbef2547bd59914cb4 (diff)
Add changelog entry for "imag contact find --id / --full-id"
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index fe366d5e..5f1bf09b 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -72,6 +72,8 @@ This section contains the changelog from the last release to the next release.
* `libimaghabit` got `Habit::instance_exists_for_date()`
* `imag contact find` understands `--format` now.
* `imag contact` uses ", " as seperator for output of lists of values.
+ * `imag contact find --id / --full-id` was added for printing Store Id /
+ Filepath of found contacts.
* Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`.