summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-23 19:36:52 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-04-05 09:37:17 +0200
commit0249302e5218c2a0092ae573881c622adb1988d5 (patch)
treedfeb322efa91a01b6586fa2e9e485907c5de11cd /doc
parent9c3e63a94a0ef0186477e33f7458ef391c527b91 (diff)
Add changelog for imag-link-list table output
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 f106474e..346fc30f 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -48,6 +48,8 @@ This section contains the changelog from the last release to the next release.
* `libimagrt` allows external subcommands now in the default clap app
builder helper. It also provides a helper for handling unknown
subcommands: `Runtime::handle_unknown_subcommand()`. See docs for details.
+ * `imag-link list` prints output in ascii-table now, use `--plain` to print
+ as plain text.
* 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