From 3215311bc999348e7d703123badc9dd415fcdeed Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 29 Jan 2018 20:35:40 +0100 Subject: [PATCH] Add missing bugfixes in the changelog --- doc/src/09020-changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index 29a4a066..9a2c8cc7 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -35,7 +35,6 @@ This section contains the changelog from the last release to the next release. * Minor changes * Internals were refactored from `match`ing all the things into function chaining - * `libimagbookmark` does not longer wrap types from the store. * 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 @@ -43,6 +42,10 @@ This section contains the changelog from the last release to the next release. * `ResultExt::map_err_trace_exit()` was removed in favour of `ResultExt::map_err_trace_exit_unwrap()`. * Bugfixes + * `libimagbookmark` contained a type which wrapped a `FileLockEntry` from + `libimagstore`. This was considered a bug and was fixed. + * We depended on a crate which was licensed as GPLv2, which would yield imag + GPL as well. The dependency was removed. ## 0.5.0