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)