We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3145e3e commit e0d2602Copy full SHA for e0d2602
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 2020.09.01
7
8
* Daemon mode (`-d` switch) does not fork anymore.
9
src/main.cc
@@ -44,7 +44,7 @@ struct {
44
unsigned int version;
45
StringView notes;
46
} constexpr version_notes[] = { {
47
- 0,
+ 20200901,
48
"» daemon mode does not fork anymore\n"
49
}, {
50
20200804,
0 commit comments