summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-02-10 21:55:09 +1100
committerMaxime Coste <mawww@kakoune.org>2024-02-10 21:55:09 +1100
commitcf95043b1420b9dfdd667eb64485ae705c41bf8d (patch)
tree766a0a42774f4212072efe7613896e5ecbea1fc1 /doc
parentdbefadeb0f7adb53ec4b102faf62e82d3af631e6 (diff)
parent556c7633baa1b2354f66e666726eb1449f8af4e8 (diff)
Merge remote-tracking branch 'krobelus/changelog'
Diffstat (limited to 'doc')
-rw-r--r--doc/pages/changelog.asciidoc4
1 files changed, 4 insertions, 0 deletions
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