summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/changelogs.cpp
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2023-01-13 13:17:39 +0400
committerJohn Preston <johnprestonmail@gmail.com>2023-01-13 13:17:39 +0400
commit5910efa0bdd3cf4ed1a1f73406c82c1db552a50b (patch)
treee4a2b1d02bcdaa7c85e17c1aea46b775a8de5632 /Telegram/SourceFiles/core/changelogs.cpp
parent037e8f18587cfb40516a3565949e2ef50a46edb5 (diff)
Beta version 4.5.7.v4.5.7
- Fix glitches after moving window to another screen (Windows only).
Diffstat (limited to 'Telegram/SourceFiles/core/changelogs.cpp')
-rw-r--r--Telegram/SourceFiles/core/changelogs.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp
index 9338e20785..c8b52b116a 100644
--- a/Telegram/SourceFiles/core/changelogs.cpp
+++ b/Telegram/SourceFiles/core/changelogs.cpp
@@ -64,6 +64,10 @@ std::map<int, const char*> BetaLogs() {
"- Fix a crash in sending some of JPEG images.\n"
"- Fix CJK fonts on Windows.\n"
+ },
+ {
+ 4005007,
+ "- Fix glitches after moving window to another screen.\n",
}
};
};