From 635f76a312fc09e4901a7e66bfc212546afe0a54 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 22 Jun 2021 19:59:22 +0400 Subject: [PATCH] Beta version 2.7.10. - Added ability to mix together bold, italic and other formatting. - Fix voice chats and video calls OpenGL with some drivers on Windows. - Several bug fixes. --- Telegram/SourceFiles/core/changelogs.cpp | 8 ++++++++ changelog.txt | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp index c5dbde418..8df866f7d 100644 --- a/Telegram/SourceFiles/core/changelogs.cpp +++ b/Telegram/SourceFiles/core/changelogs.cpp @@ -127,6 +127,14 @@ std::map BetaLogs() { "- Several bug and crash fixes.\n" }, + { + 2007010, + "- Added ability to mix together bold, italic and other formatting.\n" + + "- Fix voice chats and video calls OpenGL with some drivers on Windows.\n" + + "- Several bug fixes.\n" + }, }; }; diff --git a/changelog.txt b/changelog.txt index a60180ef2..d7792af0d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +2.7.10 beta (22.06.21) + +- Added ability to mix together bold, italic and other formatting. +- Fix voice chats and video calls OpenGL with some drivers on Windows. +- Several bug fixes. + 2.7.9 beta (17.06.21) - Added "Enable noise suppression" option to group calls Settings.