summaryrefslogtreecommitdiff
path: root/src/selfupdater.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-08-23 19:52:10 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2020-08-23 19:52:10 +0200
commite9787953d952be19a0d9ea2cc67c21c4e0d23890 (patch)
tree27f0dbc9490cb76454c3e978107105afbfda60ed /src/selfupdater.cpp
parent172dda1bceb6b908798e41f90345b74fcadbfd34 (diff)
Better separation of changelogs in details.
Diffstat (limited to 'src/selfupdater.cpp')
-rw-r--r--src/selfupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp
index 5b70da53..904dbd83 100644
--- a/src/selfupdater.cpp
+++ b/src/selfupdater.cpp
@@ -186,7 +186,7 @@ void SelfUpdater::startUpdate()
includePreRelease = false;
}
- details += "\n# " + release["tag_name"].toString() + "\n";
+ details += "\n# " + release["tag_name"].toString() + "\n---\n";
details += release["body"].toString();
}