Skip to content

Commit f58d686

Browse files
committed
Kakoune 2023.07.29
1 parent dad128e commit f58d686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/pages/changelog.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This changelog contains major and/or breaking changes to Kakoune between
44
released versions.
55

6-
== Development version
6+
== Kakoune 2023.07.29
77

88
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
99
of moving in history tree has been moved to `<c-j>` and `<c-k>`

src/main.cc

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

0 commit comments

Comments
 (0)