From 50bf4dad36eed56839c85f1cf3558c5c2e672d13 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 22 Feb 2020 14:47:30 +0400 Subject: [PATCH] Add local changelog for 1.9.15. --- Telegram/SourceFiles/core/changelogs.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp index c2613ca46..bd338c5a4 100644 --- a/Telegram/SourceFiles/core/changelogs.cpp +++ b/Telegram/SourceFiles/core/changelogs.cpp @@ -55,6 +55,13 @@ std::map BetaLogs() { "\xE2\x80\xA2 Rotate photos and videos in the media viewer " "using the rotate button in the bottom right corner.\n" + }, + { + 1009015, + "\xE2\x80\xA2 Mark new messages as read " + "while scrolling down through them.\n" + + "\xE2\x80\xA2 Bug fixes and other minor improvements." } }; };