Add changelog entry for version output change

This commit is contained in:
Matthias Beyer 2018-02-18 20:06:09 +01:00
parent 2089b63d56
commit c27aa3a2b7

View file

@ -40,6 +40,8 @@ This section contains the changelog from the last release to the next release.
* The `"Ok"` output which was printed on success was removed from all
commands
* `imag-log show` was aliased to `imag-log list`
* `imag-* --version` shows `git describe` output if binary was compiled in
"debug" mode.
* Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`.