Add changelog entry for Ref::make_ref()

This commit is contained in:
Matthias Beyer 2018-03-20 17:54:55 +01:00
parent 6f33e4e322
commit 6298cea4d7
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ This section contains the changelog from the last release to the next release.
* `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 * `libimagrt` automatically takes "rt.editor" into account when building
editor object editor object
* `libimagentryref` got a utility function for making an entry a ref.
* 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`.