Add a few missing entries to the changelog

This commit is contained in:
Maxime Coste 2023-06-17 17:10:05 +10:00
parent 18d4c40f08
commit b2a853cfc2
2 changed files with 12 additions and 1 deletions

View File

@ -6,8 +6,18 @@ released versions.
== Development version
* History is now stored linearly instead of in a tree
* `<a-u>` and `<a-U>` now undo selection history
* `%exp{...}` expansions provide flexible quoting for expanded strings (as double quoted strings)
* `%exp{...}` expansions provide flexible quoting for expanded strings
(as double quoted strings)
* `<c-g>` cancels the current operation and goes back to the main event
loop, this provides an escape hatch when Kakoune seems to hang due to
a costly operation
* `show-matching -previous` highlighter will fall back onto the character
preceeding the cursor
== Kakoune 2022.10.31

View File

@ -50,6 +50,7 @@ struct {
"» {+u}%exp\\{...}{} expansions provide flexible quoting for expanded "
"strings (as double quoted strings)\n"
"» {+u}show-matching -previous{} switch\n"
"» {+b}<c-g>{} to cancel current operation\n"
}, {
20221031,
"» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n"