Fixed - Final fix optional module imports. - Fix issue in message_type filter. - Fix issue in Connector with the inability to send files with unicode names.
1.3
Added - Added new context2 context helpers.
Fixed - Fix optional module imports.
Deprecated - Old context helpers is deprecated. It will be replaced with `context2` in version 2.0.
1.2
Added - Added LoginUrl type. - InlineKeyboardButton now accepts LoginUrl. - Added login() method to InlineKeyboard. - Added parse() to InlineKeyboardButton, LoginUrl InlineKeyboardMarkup. - Added reply_markup field to Message.
Changed - Framework now corresponds to Telegram Bot API 4.3.
1.1
Added - Start using "changelog". - Added some tests. - Added travis. - Fixed types in types.py - Fixed bug in EditMessageMedia.
Changed - context-helpers now have optional types.
Fixed - Fixed logger names in executor.py and aiohttp.py. - Fixed waiters cleaner routine. - Fixed MediaGroups's default values.