Update changelog for selection undo
This commit is contained in:
parent
7d2bae63b9
commit
2308a17833
|
@ -3,6 +3,12 @@
|
||||||
This changelog contains major and/or breaking changes to Kakoune between
|
This changelog contains major and/or breaking changes to Kakoune between
|
||||||
released versions.
|
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)
|
||||||
|
|
||||||
== Kakoune 2022.10.31
|
== Kakoune 2022.10.31
|
||||||
|
|
||||||
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
|
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
|
||||||
|
|
|
@ -46,6 +46,7 @@ struct {
|
||||||
} constexpr version_notes[] = { {
|
} constexpr version_notes[] = { {
|
||||||
0,
|
0,
|
||||||
"» History is now stored linearly instead of in a tree\n"
|
"» History is now stored linearly instead of in a tree\n"
|
||||||
|
"» {+b}<a-u>{} and {+b}<a-U>{} now undo selection history\n"
|
||||||
"» {+u}%exp\\{...}{} expansions provide flexible quoting for expanded "
|
"» {+u}%exp\\{...}{} expansions provide flexible quoting for expanded "
|
||||||
"strings (as double quoted strings)\n"
|
"strings (as double quoted strings)\n"
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user