- Bot API 3.6 - Added `parse_mode` to all methods and namedtuples supporting `caption` - Added `supports_streaming` and `connected_website` to relevant methods and namedtuples - Fixed downloading through proxy in `telepot.aio.api` module
12.5
- Bot API 3.5 - Added method `sendMediaGroup` and namedtuple `InputMediaPhoto` and `InputMediaVideo` - Added parameter `provider_data` to method `sendInvoice` - Better exception handling in `telepot.aio.api` module
12.4
- Bot API 3.4 - Live location: - Added `live_period` to method `sendLocation`, and namedtuple `InlineQueryResultLocation` and `InputLocationMessageContent` - Added method `editMessageLiveLocation` and `stopMessageLiveLocation` - Added method `setChatStickerSet` and `deleteChatStickerSet` - Added `sticker_set_name` and `can_set_sticker_set` to namedtuple `Chat` - Added `caption_entities` to namedtuple `Message` - Added method `editMessageLiveLocation` and `stopMessageLiveLocation` to class `Editor` - Added method `setChatStickerSet` and `deleteChatStickerSet` to class `Administrator` - Allowed supplying initial `offset` to `MessageLoop` - Allowed Bot API access through proxy
12.3
- Bot API 3.3 - Added new fields to namedtuple `Chat`, `Message`, and `User` - Included `aiohttp.ClientResponseError` in raising `BadHTTPResponse` - Added package `telepot.text` to help format Markdown and HTML by applying entities
12.2
- Bot API 3.2 - Added methods: - `getStickerSet()` - `uploadStickerFile()` - `createNewStickerSet()` - `addStickerToSet()` - `setStickerPositionInSet()` - `deleteStickerFromSet()` - Added namedtuple `StickerSet`, `MaskPosition` - Added new fields to `Sticker` - Added `cancel()` to async `MessageLoop` (no change to traditional counterpart)