Add missing bugfixes in the changelog
This commit is contained in:
parent
7ecaad830c
commit
3215311bc9
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,6 @@ This section contains the changelog from the last release to the next release.
|
||||||
* Minor changes
|
* Minor changes
|
||||||
* Internals were refactored from `match`ing all the things into function
|
* Internals were refactored from `match`ing all the things into function
|
||||||
chaining
|
chaining
|
||||||
* `libimagbookmark` does not longer wrap types from the store.
|
|
||||||
* The `toml-query` dependency was updated to 0.5.0
|
* The `toml-query` dependency was updated to 0.5.0
|
||||||
* `imag-timetrack list` lists with a table now
|
* `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 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()` was removed in favour of
|
||||||
`ResultExt::map_err_trace_exit_unwrap()`.
|
`ResultExt::map_err_trace_exit_unwrap()`.
|
||||||
* Bugfixes
|
* 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
|
## 0.5.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue