Add changelog entry for rt.editor parsing in libimagrt

This commit is contained in:
Matthias Beyer 2018-03-12 23:23:37 +01:00
parent a23afa7772
commit ea2f9072ed

View file

@ -57,6 +57,8 @@ This section contains the changelog from the last release to the next release.
* `imag-diary` supports "daily" diaries now. * `imag-diary` supports "daily" diaries now.
* `imag-contact` joins multiple emails with "," now * `imag-contact` joins multiple emails with "," now
* `imag-tag` commandline was rewritten for positional arguments. * `imag-tag` commandline was rewritten for positional arguments.
* `libimagrt` automatically takes "rt.editor" into account when building
editor object
* Bugfixes * Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for * imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`. example like with `imag store ids | head -n 1`.