mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Bump changelog
This commit is contained in:
parent
f54ed1326b
commit
649f76b5f6
9 changed files with 57 additions and 27 deletions
|
|
@ -1,12 +0,0 @@
|
|||
Added Currency enum.
|
||||
You can use it like this:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from aiogram.enum import Currency
|
||||
|
||||
await bot.send_invoice(
|
||||
...,
|
||||
currency=Currency.USD,
|
||||
...
|
||||
)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Updated keyboard builders with new methods for integrating buttons and keyboard creation more seamlessly.
|
||||
Added functionality to create buttons from existing markup and attach another builder.
|
||||
This improvement aims to make the keyboard building process more user-friendly and flexible.
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Reworked InputFile reading, removed :code:`__aiter__` method, added `bot: Bot` argument to
|
||||
the :code:`.read(...)` method, so, from now URLInputFile can be used without specifying
|
||||
bot instance.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added documentation for webhook and polling modes.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed polling startup when "bot" key is passed manually into dispatcher workflow data
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Added codegen configuration for lost shortcuts:
|
||||
|
||||
- ShippingQuery.answer
|
||||
- PreCheckoutQuery.answer
|
||||
- Message.delete_reply_markup
|
||||
|
|
@ -1 +0,0 @@
|
|||
Code-generated :code:`__init__` typehints in types and methods to make IDE happy without additional pydantic plugin
|
||||
|
|
@ -1 +0,0 @@
|
|||
Added support for message_thread_id in ChatActionSender
|
||||
Loading…
Add table
Add a link
Reference in a new issue