Kakoune v2018.09.04

This commit is contained in:
Maxime Coste 2018-09-04 08:03:54 +10:00
parent b8dbe6135c
commit d73ec20285
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.
== Development version
== Kakoune 2018.09.04
This version contains a significant overhaul of various Kakoune
features that can break user configuration. This was a necessary

View File

@ -43,7 +43,7 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
0,
20180904,
"» Big breaking refactoring of various Kakoune features,\n"
" configuration might need to be updated see `:doc changelog` for details\n"
"» define-command -allow-override switch has been renamed -override\n"