Add a few missing entries to the changelog
This commit is contained in:
parent
18d4c40f08
commit
b2a853cfc2
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user