Kakoune 2023.08.05

This commit is contained in:
Maxime Coste 2023-08-05 11:02:11 +10:00
parent 39be51b55c
commit e605ad8582
2 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,10 @@
This changelog contains major and/or breaking changes to Kakoune between This changelog contains major and/or breaking changes to Kakoune between
released versions. released versions.
== Kakoune 2023.08.08
* Fix compilation errors on FreeBSD and MacOS using clang
== Kakoune 2023.07.29 == Kakoune 2023.07.29
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning * `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning

View File

@ -44,6 +44,9 @@ struct {
unsigned int version; unsigned int version;
StringView notes; StringView notes;
} constexpr version_notes[] = { { } constexpr version_notes[] = { {
20230805,
"» Fix FreeBSD/MacOS clang compilation\n"
}, {
20230729, 20230729,
"» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; " "» {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
"the previous meaning of moving in history tree has been moved to " "the previous meaning of moving in history tree has been moved to "