diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-08-05 11:02:11 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-08-05 11:02:11 +1000 |
| commit | e605ad8582d8e015806ed9b4d7aba8ca1ea13d57 (patch) | |
| tree | 56b51a59e86c2451f9f74f3e288a8577c3581c9d /src/main.cc | |
| parent | 39be51b55c9bb1d8f2c0d9370aacfc6d2250d145 (diff) | |
Kakoune 2023.08.05
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 3 |
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 " |
