Update changelog for selection undo

This commit is contained in:
Johannes Altmanninger 2023-05-08 22:46:19 +02:00
parent 7d2bae63b9
commit 2308a17833
2 changed files with 7 additions and 0 deletions

View File

@ -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`>>)

View File

@ -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"
}, { }, {