summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-08-05 11:02:11 +1000
committerMaxime Coste <mawww@kakoune.org>2023-08-05 11:02:11 +1000
commite605ad8582d8e015806ed9b4d7aba8ca1ea13d57 (patch)
tree56b51a59e86c2451f9f74f3e288a8577c3581c9d /src
parent39be51b55c9bb1d8f2c0d9370aacfc6d2250d145 (diff)
Kakoune 2023.08.05
Diffstat (limited to 'src')
-rw-r--r--src/main.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index a0957338..a6762a2d 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,6 +44,9 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
+ 20230805,
+ "» Fix FreeBSD/MacOS clang compilation\n"
+ }, {
20230729,
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
"the previous meaning of moving in history tree has been moved to "