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" + } }; };