diff --git a/CHANGES/1721.bugfix.rst b/CHANGES/1721.bugfix.rst new file mode 100644 index 00000000..27323c49 --- /dev/null +++ b/CHANGES/1721.bugfix.rst @@ -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