From c3f5de30bed0f880b38fd223e136d42f9a7143ef Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 8 Jul 2020 10:08:45 +0400 Subject: [PATCH] Beta version 2.1.18: Update changelog. --- Telegram/SourceFiles/core/changelogs.cpp | 2 ++ changelog.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp index a9e01a0db..199ee07ce 100644 --- a/Telegram/SourceFiles/core/changelogs.cpp +++ b/Telegram/SourceFiles/core/changelogs.cpp @@ -67,6 +67,8 @@ std::map BetaLogs() { "- Fix copying links from message texts.\n" + "- Raise file size limit to 2000 MB.\n" + "- Allow using system window frame in Windows and Linux." }, }; diff --git a/changelog.txt b/changelog.txt index e2e3f482f..bc25a3a85 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ - Fix a possible crash in Picture-in-Picture video player. - Fix copying links from message texts. +- Raise file size limit to 2000 MB. - Allow using system window frame in Windows and Linux. 2.1.17 beta (02.07.20)