Skip to content

Commit e605ad8

Browse files
committed
Kakoune 2023.08.05
1 parent 39be51b commit e605ad8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc/pages/changelog.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This changelog contains major and/or breaking changes to Kakoune between
44
released versions.
55

6+
== Kakoune 2023.08.08
7+
8+
* Fix compilation errors on FreeBSD and MacOS using clang
9+
610
== Kakoune 2023.07.29
711

812
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning

src/main.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ struct {
4444
unsigned int version;
4545
StringView notes;
4646
} constexpr version_notes[] = { {
47+
20230805,
48+
"» Fix FreeBSD/MacOS clang compilation\n"
49+
}, {
4750
20230729,
4851
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
4952
"the previous meaning of moving in history tree has been moved to "

0 commit comments

Comments
 (0)