Fix typo in changelog

This commit is contained in:
Matthias Beyer 2018-03-16 23:53:41 +01:00
parent 835c003491
commit c6f1c78597

View file

@ -39,8 +39,8 @@ This section contains the changelog from the last release to the next release.
address and either shows or lists the found contacts address and either shows or lists the found contacts
* `imag-contact list` and `imag-contact find` is now able to print the * `imag-contact list` and `imag-contact find` is now able to print the
output as JSON. output as JSON.
* `imag-edit` can now read store ids from stdin, sorts * `imag-edit` can now read store ids from stdin, so
`imag ids | fzf | imag edit -I` is not a thing. `imag ids | fzf | imag edit -I` is now a thing.
* `imag ids` does not print the path of the store. Can be turned on using * `imag ids` does not print the path of the store. Can be turned on using
commandline flag. commandline flag.
* Minor changes * Minor changes