Add changelog entries for minor fixes
This commit is contained in:
parent
10e7a82a45
commit
eebe6c4d43
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,16 @@ This section contains the changelog from the last release to the next release.
|
||||||
that complex `--from/--to` arguments (like `yesterday` or `today-2weeks`)
|
that complex `--from/--to` arguments (like `yesterday` or `today-2weeks`)
|
||||||
are now possible
|
are now possible
|
||||||
* Minor changes
|
* Minor changes
|
||||||
|
* A license-checker was included into the CI setup, which checks whether all
|
||||||
|
".rs"-files have the license header at the top of the file
|
||||||
|
* `imag-link` does not allow linking the entry to itself
|
||||||
|
* `imag` sorts available commands alphabetically now
|
||||||
|
* `imag` has a new subcommand `help` for consistency with other tools
|
||||||
|
* `imag-grep` does not print grep statistics when only files with matches
|
||||||
|
are listed
|
||||||
|
* The `"Ok"` output which was printed on success was removed from all
|
||||||
|
commands
|
||||||
|
* `imag-log show` was aliased to `imag-log list`
|
||||||
* Bugfixes
|
* Bugfixes
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
Loading…
Reference in a new issue