Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Sep 22, 2023
1 parent fec1389 commit c3dc6fe
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,29 @@ Changelog

.. towncrier release notes start
3.1.0 (2023-09-22)
===================

Features
--------

- Added support for custom encoders/decoders for payload (and also for deep-linking).
`#1262 <https://github.com/aiogram/aiogram/issues/1262>`_
- Added :class:`aiogram.utils.input_media.MediaGroupBuilder` for media group construction.
`#1293 <https://github.com/aiogram/aiogram/issues/1293>`_
- Added full support of `Bot API 6.9 <https://core.telegram.org/bots/api-changelog#september-22-2023>`_
`#1319 <https://github.com/aiogram/aiogram/issues/1319>`_


Bugfixes
--------

- Added actual param hints for `InlineKeyboardBuilder` and `ReplyKeyboardBuilder`.
`#1303 <https://github.com/aiogram/aiogram/issues/1303>`_
- Fixed priority of events isolation, now user state will be loaded only after lock is acquired
`#1317 <https://github.com/aiogram/aiogram/issues/1317>`_


3.0.0 (2023-09-01)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/1262.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1293.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1303.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1317.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1319.feature.rst

This file was deleted.

0 comments on commit c3dc6fe

Please sign in to comment.