================
- Implemented all new features from Telegram Bot API 4.2
- :code:`is_member` and :code:`is_admin` methods of :code:`ChatMember` and :code:`ChatMemberStatus` was renamed to :code:`is_chat_member` and :code:`is_chat_admin`
- Remover func filter
- Added some useful Message edit functions (:code:`Message.edit_caption`, :code:`Message.edit_media`, :code:`Message.edit_reply_markup`) (`121 <https://github.com/aiogram/aiogram/issues/121>`_, `#103 <https://github.com/aiogram/aiogram/issues/103>`_, `#104 <https://github.com/aiogram/aiogram/issues/104>`_, `#112 <https://github.com/aiogram/aiogram/issues/112>`_)
- Added requests timeout for all methods (`110 <https://github.com/aiogram/aiogram/issues/110>`_)
- Added :code:`answer*` methods to :code:`Message` object (`112 <https://github.com/aiogram/aiogram/issues/112>`_)
- Maked some improvements of :code:`CallbackData` factory
- Added deep-linking parameter filter to :code:`CommandStart` filter
- Implemented opportunity to use DNS over socks (`97 <https://github.com/aiogram/aiogram/issues/97>`_ -> `#98 <https://github.com/aiogram/aiogram/issues/98>`_)
- Implemented logging filter for extending LogRecord attributes (Will be usefull with external logs collector utils like GrayLog, Kibana and etc.)
- Updated :code:`requirements.txt` and :code:`dev_requirements.txt` files
- Other small changes and minor improvements