Add changelog for imag-link-list table output

This commit is contained in:
Matthias Beyer 2018-03-23 19:36:52 +01:00
parent 9c3e63a94a
commit 0249302e52

View file

@ -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 * `libimagrt` allows external subcommands now in the default clap app
builder helper. It also provides a helper for handling unknown builder helper. It also provides a helper for handling unknown
subcommands: `Runtime::handle_unknown_subcommand()`. See docs for details. 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 * Minor changes
* A license-checker was included into the CI setup, which checks whether all * 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 ".rs"-files have the license header at the top of the file