From f3614d640244227857e9df5446379726c692d7a3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 25 Dec 2020 18:30:41 +0400 Subject: [PATCH] Beta version 2.5.2: Add in-app changelog. --- Telegram/SourceFiles/core/changelogs.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp index 7bf982d014..865b42603e 100644 --- a/Telegram/SourceFiles/core/changelogs.cpp +++ b/Telegram/SourceFiles/core/changelogs.cpp @@ -75,6 +75,14 @@ std::map 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" + } }; };