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.