From e57669363c08ce3e4caf80fe68d5bef026857437 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 5 Oct 2020 21:18:38 +0300 Subject: [PATCH] Minor binding name fix. GitOrigin-RevId: db092245555fb9da70980ecf9c087beae04bb5ae --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0210500..bb3eb774a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -670,7 +670,7 @@ Changes in 1.3.0 (5 Sep 2018): `venue_search_bot_username` containing usernames of bots which can be used in inline mode for animations, photos and venues search respectively. * Numerous optimizations and bug fixes: - - Fixed string encoding for C# binding. + - Fixed string encoding for .NET binding. - Fixed building TDLib SDK for Universal Windows Platform for ARM with MSVC 2017. - Fixed the Swift example project. - Fixed the syntax error in the Python example.