We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8dbe61 commit d73ec20Copy full SHA for d73ec20
doc/pages/changelog.asciidoc
@@ -3,7 +3,7 @@
3
This changelog contains major and/or breaking changes to Kakoune between
4
released versions.
5
6
-== Development version
+== Kakoune 2018.09.04
7
8
This version contains a significant overhaul of various Kakoune
9
features that can break user configuration. This was a necessary
src/main.cc
@@ -43,7 +43,7 @@ struct {
43
unsigned int version;
44
const char* notes;
45
} constexpr version_notes[] = { {
46
- 0,
+ 20180904,
47
"» Big breaking refactoring of various Kakoune features,\n"
48
" configuration might need to be updated see `:doc changelog` for details\n"
49
"» define-command -allow-override switch has been renamed -override\n"
0 commit comments