summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/changelogs.cpp
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2022-09-23 23:50:37 +0400
committerJohn Preston <johnprestonmail@gmail.com>2022-09-23 23:50:37 +0400
commit43bdfbf1703a0af34392ee73c8f96dcd69fc611f (patch)
tree1975e460544b1224d4c207d8d8ab7d83d429baf2 /Telegram/SourceFiles/core/changelogs.cpp
parentbcfe4ac4a3e3d71af40db677ef138ca6f304bb76 (diff)
Beta version 4.2.2.v4.2.2
- Fix crash in spoiler revealing in media captions. - Fix spoiler revealing in media viewer captions. - Fix crash in folder editing on Linux.
Diffstat (limited to 'Telegram/SourceFiles/core/changelogs.cpp')
-rw-r--r--Telegram/SourceFiles/core/changelogs.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp
index 0001dad84e..0c6068539d 100644
--- a/Telegram/SourceFiles/core/changelogs.cpp
+++ b/Telegram/SourceFiles/core/changelogs.cpp
@@ -68,6 +68,14 @@ std::map<int, const char*> BetaLogs() {
"- Improve touch support in channel comments.\n"
"- Nice animation for spoilers.\n"
+ },
+ {
+ 4002002,
+ "- Fix crash in spoiler revealing in media captions.\n"
+
+ "- Fix spoiler revealing in media viewer captions.\n"
+
+ "- Fix crash in folder editing on Linux.\n"
}
};
};