We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39be51b commit e605ad8Copy full SHA for e605ad8
doc/pages/changelog.asciidoc
@@ -3,6 +3,10 @@
3
This changelog contains major and/or breaking changes to Kakoune between
4
released versions.
5
6
+== Kakoune 2023.08.08
7
+
8
+* Fix compilation errors on FreeBSD and MacOS using clang
9
10
== Kakoune 2023.07.29
11
12
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
src/main.cc
@@ -44,6 +44,9 @@ struct {
44
unsigned int version;
45
StringView notes;
46
} constexpr version_notes[] = { {
47
+ 20230805,
48
+ "» Fix FreeBSD/MacOS clang compilation\n"
49
+ }, {
50
20230729,
51
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
52
"the previous meaning of moving in history tree has been moved to "
0 commit comments