diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index ff2cc4d3..5afd0d17 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -24,6 +24,10 @@ released versions. * `git blame` now also works in `git-diff` and `git-log` buffers. +* Completions provided via `shell-script-candidates` or `completers` are no longer sorted if the typed text is empty. + +* The `terminal` alias has been replaced with a command that selects terminal program and placement based on windowing options. + == Kakoune 2023.08.08 * Fix compilation errors on FreeBSD and MacOS using clang diff --git a/src/main.cc b/src/main.cc index e721699f..98181601 100644 --- a/src/main.cc +++ b/src/main.cc @@ -54,6 +54,8 @@ struct { "» view mode and mouse scrolling no longer change selections\n" "» {+u}git apply/blame-jump/edit/grep{} commands\n" "» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\n" + "» custom completions are no longer sorted if the typed text is empty\n" + "» {+u}terminal{} now selects implementation based on windowing options\n" }, { 20230805, "» Fix FreeBSD/MacOS clang compilation\n"