changelog added in 0.8.24

This commit is contained in:
John Preston 2015-06-08 15:25:23 +03:00
parent 3a35b6c5fd
commit 7afda6dfc3
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ void Application::checkMapVersion() {
QString versionFeatures;
if (DevChannel && Local::oldMapVersion() < 8023) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Improved sticker panel\n\xe2\x80\x94 Bug fixes and minor stuff");// .replace('@', qsl("@") + QChar(0x200D));
} else if (!DevChannel && Local::oldMapVersion() < 8021) {
} else if (!DevChannel && Local::oldMapVersion() < 8024) {
versionFeatures = lang(lng_new_version_text).trimmed();
}
if (!versionFeatures.isEmpty()) {