mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add bugfix changelog
This commit is contained in:
parent
09b998590d
commit
c3db4a17eb
1 changed files with 9 additions and 0 deletions
9
CHANGES/1721.bugfix.rst
Normal file
9
CHANGES/1721.bugfix.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Bug Fixes
|
||||
=========
|
||||
|
||||
CallableObject Improvements
|
||||
---------------------------
|
||||
|
||||
- Correctly detects and awaits coroutine-returning sync callables
|
||||
- Supports callable classes with a sync __call__ method
|
||||
- Ensures sync functions still run safely in asyncio.to_thread
|
||||
Loading…
Add table
Add a link
Reference in a new issue