From ad75d1870c42bf1338356d8a75f2d51a4ac22917 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 3 Sep 2018 22:31:17 +1000 Subject: [PATCH] Update changelog with readline bindings change --- doc/pages/changelog.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 0053d2bb..56d0bf1a 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.