Kakoune 2023.07.29

This commit is contained in:
Maxime Coste 2023-07-29 15:53:23 +10:00
parent dad128e4a6
commit f58d686066
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
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 == Kakoune 2023.07.29
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning * `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
of moving in history tree has been moved to `<c-j>` and `<c-k>` of moving in history tree has been moved to `<c-j>` and `<c-k>`

View File

@ -44,7 +44,7 @@ struct {
unsigned int version; unsigned int version;
StringView notes; StringView notes;
} constexpr version_notes[] = { { } constexpr version_notes[] = { {
0, 20230729,
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; " "» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
"the previous meaning of moving in history tree has been moved to " "the previous meaning of moving in history tree has been moved to "
"{+b}<c-j>{} and {+b}<c-k>{}\n" "{+b}<c-j>{} and {+b}<c-k>{}\n"