diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 0053d2bbe..56d0bf1af 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -78,11 +78,13 @@ change to make Kakoune command model cleaner and more robust. inserting on the next character, which will be the first character of the next line. -- `autoshowcompl` options has been renames `auto_complete` and is +* `autoshowcompl` options has been renamed `auto_complete` and is now a `flags(insert|prompt)` option, allowing more granular configuration of when the completions should be displayed automatically. +* Prompt editing shortcuts have been changed to match readline. + == Kakoune 2018.04.13 First official Kakoune release.