summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-14 14:37:27 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-14 14:37:27 +0200
commite23254674fcbf1761ca5945b33c5514e22006da0 (patch)
treeae0cc81a97e04cf0972614916d569c7033333d2b /doc
parente5ca1904c7d89e54d02118fb18e5bb5e311b64d6 (diff)
Add changelog for autocomplete script generation
Diffstat (limited to 'doc')
-rw-r--r--doc/src/09020-changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index f31107cc..38d95341 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -50,6 +50,8 @@ This section contains the changelog from the last release to the next release.
subcommands: `Runtime::handle_unknown_subcommand()`. See docs for details.
* `imag-link list` prints output in ascii-table now, use `--plain` to print
as plain text.
+ * The build script automatically generates autocomplete scripts for bash,
+ fish and zsh now when compiling the `imag` command.
* 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