This commit is contained in:
Matthias Beyer 2018-01-31 11:29:24 +01:00
parent 3215311bc9
commit 44c62b061e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ This section contains the changelog from the last release to the next release.
chaining
* The `toml-query` dependency was updated to 0.5.0
* `imag-timetrack list` lists with a table now
* `imag-timetrack stop` now stops all runnings tags if none are specified
* `imag-timetrack stop` now stops all running tags if none are specified
* The `toml-query` dependency was updated to 0.6.0
* `ResultExt::map_err_trace_exit()` was removed in favour of
`ResultExt::map_err_trace_exit_unwrap()`.