aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-03-19 22:17:30 +0300
committerlevlam <levlam@telegram.org>2018-03-19 22:17:30 +0300
commite56b369717458134ffdcb6953a08fa4aefb48e1f (patch)
treec4adaf1ccd2e11f68740e46c21d531ce919e8c4b
parent6d9792e9ea44e4e616c7a6301792116a3646c015 (diff)
Update Change Log.
GitOrigin-RevId: c1b1fec7933e016d8e5fe71ceb5f131d80425bf0
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d5f9fe17..77a14246e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,8 +3,9 @@ Changes in 1.2.0:
* Added support for native .NET bindings through `C++/CLI` and `C++/CX`.
See [using in .NET projects](README.md#using-dotnet) for more details.
* Added a C# example. See [README](example/csharp/README.md) for build and usage instructions.
-* Added a build and usage example of TDLib SDK for Universal Windows Platform. See
- [README](example/uwp/README.md) for detailed build and usage instructions.
+* Added a build and usage example of TDLib SDK for Universal Windows Platform. See [README](example/uwp/README.md)
+ for detailed build and usage instructions. Also see [Unigram](https://github.com/UnigramDev/Unigram), which is
+ a full-featured client rewritten from scratch using TDLib SDK for Universal Windows Platform in less than 2 months.
* Added a Swift example. See [README](example/swift/README.md) for build and usage instructions.
* Added an example of building TDLib for iOS, watchOS, tvOS, and also macOS. See [README](example/ios/README.md) for
detailed build instructions.
@@ -13,7 +14,7 @@ Changes in 1.2.0:
* `updateNotificationSettings` is now automatically sent when the mute time expires for a chat.
* Added automatic sending of a corresponding `chatAction` when a file is being uploaded.
* `updateUserChatAction` with `chatActionCancel` is now automatically sent when the timeout expires for an action.
-* Authorizatiion states `authorizationStateWaitCode` and `authorizationStateWaitPassword` are now saved between
+* Authorization states `authorizationStateWaitCode` and `authorizationStateWaitPassword` are now saved between
library restarts for 5 minutes.
* Added new message content type `messageWebsiteConnected`.
* Added new text entity types `textEntityTypeCashtag` and `textEntityTypePhoneNumber`.