1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-19 16:57:22 +03:00

Kakoune 2020.09.01

This commit is contained in:
Maxime Coste 2020-09-01 20:37:20 +10:00
parent 3145e3e939
commit e0d2602e6a
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 2020.09.01
* Daemon mode (`-d` switch) does not fork anymore.

View File

@ -44,7 +44,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
0,
20200901,
"» daemon mode does not fork anymore\n"
}, {
20200804,