From 10d405aef40d159912714ae78f0731f58ad1c170 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 17 Sep 2021 10:57:42 +0300 Subject: [PATCH] Beta version 3.0.5: Add in-app changelog. --- Telegram/SourceFiles/core/changelogs.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp index d8419e6da..a208515d8 100644 --- a/Telegram/SourceFiles/core/changelogs.cpp +++ b/Telegram/SourceFiles/core/changelogs.cpp @@ -54,7 +54,10 @@ std::map BetaLogs() { "- Add a \"Close to Taskbar\" option when tray icon is disabled " "(Windows and Linux)." - } + }, + { + 3000005, + "- Add support for Emoji 13.1." }; };