Beta version 2.5.2: Add in-app changelog.

This commit is contained in:
John Preston 2020-12-25 18:30:41 +04:00
parent 71151f6bf6
commit f3614d6402
1 changed files with 8 additions and 0 deletions

View File

@ -75,6 +75,14 @@ std::map<int, const char*> BetaLogs() {
"- Fix freeze on secondary screen disconnect.\n"
},
{
2005002,
"- Fix possible crash in video calls.\n"
"- Fix possible crash in connecting to voice chats.\n"
"- Use different audio module code on Windows in calls.\n"
}
};
};