2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 12:57:38 +00:00

doc: Update changelog

This commit is contained in:
GochoMugo 2017-10-22 19:28:28 +03:00
parent 4f50f7350c
commit 1475881a37
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

@ -7,11 +7,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Added:
1. Add methods:
1. Add Bot API v3.2 methods:
* (#429) *TelegramBot#getStickerSet* (by @CapacitorSet, @LibertyLocked)
* (#430) *TelegramBot#uploadStickerFile* (by @CapacitorSet)
* *TelegramBot#createNewStickerSet*, *TelegramBot#addStickerToSet*, *TelegramBot#setStickerPositionInSet*, *TelegramBot#deleteStickerFromSet* (by @GochoMugo)
Deprecated:
1. Auto-enabling Promise cancellation (#319) (by @GochoMugo)
* * *