Skip to content

Commit

Permalink
Kakoune 2023.08.05
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Aug 5, 2023
1 parent 39be51b commit e605ad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/pages/changelog.asciidoc
Expand Up @@ -3,6 +3,10 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.

== Kakoune 2023.08.08

* Fix compilation errors on FreeBSD and MacOS using clang

== Kakoune 2023.07.29

* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
Expand Down
3 changes: 3 additions & 0 deletions src/main.cc
Expand Up @@ -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 "
Expand Down

0 comments on commit e605ad8

Please sign in to comment.