=================
- Full support for Telegram Bot API 5.1 (`519 <https://github.com/aiogram/aiogram/issues/519>`_)
- Fixed sending playlist of audio files and documents (`465 <https://github.com/aiogram/aiogram/issues/465>`_, `#468 <https://github.com/aiogram/aiogram/issues/468>`_)
- Fixed :code:`FSMContextProxy.setdefault` method (`491 <https://github.com/aiogram/aiogram/issues/491>`_)
- Fixed :code:`Message.answer_location` and :code:`Message.reply_location` unable to send live location (`497 <https://github.com/aiogram/aiogram/issues/497>`_)
- Fixed :code:`user_id` and :code:`chat_id` getters from the context at Dispatcher :code:`check_key`, :code:`release_key` and :code:`throttle` methods (`520 <https://github.com/aiogram/aiogram/issues/520>`_)
- Fixed :code:`Chat.update_chat` method and all similar situations (`516 <https://github.com/aiogram/aiogram/issues/516>`_)
- Fixed :code:`MediaGroup` attach methods (`514 <https://github.com/aiogram/aiogram/issues/514>`_)
- Fixed state filter for inline keyboard query callback in groups (`508 <https://github.com/aiogram/aiogram/issues/508>`_, `#510 <https://github.com/aiogram/aiogram/issues/510>`_)
- Added missing :code:`ContentTypes.DICE` (`466 <https://github.com/aiogram/aiogram/issues/466>`_)
- Added missing vcard argument to :code:`InputContactMessageContent` constructor (`473 <https://github.com/aiogram/aiogram/issues/473>`_)
- Add missing exceptions: :code:`MessageIdInvalid`, :code:`CantRestrictChatOwner` and :code:`UserIsAnAdministratorOfTheChat` (`474 <https://github.com/aiogram/aiogram/issues/474>`_, `#512 <https://github.com/aiogram/aiogram/issues/512>`_)
- Added :code:`answer_chat_action` to the :code:`Message` object (`501 <https://github.com/aiogram/aiogram/issues/501>`_)
- Added dice to :code:`message.send_copy` method (`511 <https://github.com/aiogram/aiogram/issues/511>`_)
- Removed deprecation warning from :code:`Message.send_copy`
- Added an example of integration between externally created aiohttp Application and aiogram (`433 <https://github.com/aiogram/aiogram/issues/433>`_)
- Added :code:`split_separator` argument to :code:`safe_split_text` (`515 <https://github.com/aiogram/aiogram/issues/515>`_)
- Fixed some typos in docs and examples (`489 <https://github.com/aiogram/aiogram/issues/489>`_, `#490 <https://github.com/aiogram/aiogram/issues/490>`_, `#498 <https://github.com/aiogram/aiogram/issues/498>`_, `#504 <https://github.com/aiogram/aiogram/issues/504>`_, `#514 <https://github.com/aiogram/aiogram/issues/514>`_)