aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-01-20 01:52:46 +0300
committerlevlam <levlam@telegram.org>2020-01-20 01:52:46 +0300
commit16bf911ddedc615742bed7043928e821bd9c1ed1 (patch)
tree75f0b6c69a99f673b23bed5868b7aa5e7a111d5e /CHANGELOG.md
parent359153c212ccd4189ecc7c2e0f508594962e0399 (diff)
Update layer 109. TON-related requests was removed.
GitOrigin-RevId: 7b6cba050a43aab728928e145829a402a055df52
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32bff755b..7c73633c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -156,17 +156,7 @@ Changes in 1.6.0:
the appropriate mark.
* Added the field `video_upload_bitrate` to the class `autoDownloadSettings`.
* Disallowed to call `setChatNotificationSettings` method on the chat with self, which never worked.
-* Added support for integration with TON Blockchain. For a complete integration use `tonlib` from
- https://github.com/ton-blockchain/ton:
- - Added the option `default_ton_blockchain_config`, containing the default TON Blockchain config. If empty,
- TON integration is disabled, otherwise the config needs to be passed to tonlib.
- - Added the option `default_ton_blockchain_name`, containing the default TON Blockchain name.
- The blockchain name needs to be passed to tonlib.
- - Added the class `tonLiteServerResponse` and the method `sendTonLiteServerRequest`, which allows to send requests to
- a TON Blockchain Lite Server through Telegram servers.
- - Added the class `tonWalletPasswordSalt` and the method `getTonWalletPasswordSalt`, which can be used
- to harden protection of the locally stored TON Blockchain private key.
- - Added support for `ton://` URLs in messages and inline keyboard buttons.
+* Added support for `ton://` URLs in messages and inline keyboard buttons.
-----------------------------------------------------------------------------------------------------------------------