From 1232311fd8e3fe370ca40866f7b24ddf746cc630 Mon Sep 17 00:00:00 2001 From: Abdeldjalil Hezouat Date: Wed, 29 Jan 2025 08:38:08 +0100 Subject: [PATCH] update changelog --- CHANGELOG.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 938a55a40..8851fb790 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,19 +13,14 @@ Changelog ------ Fixed ^^^^^ +- Fixed asyncio "no current event loop" deprecation warning by replacing `asyncio.get_event_loop()` with modern event loop handling using `get_running_loop()` with fallback to `new_event_loop()` (#1865) Changed ^^^^^^^ - add benchmarks for `get_for_dialect` (#1862) 0.24 -==== - -0.24.1 ------- -Fixed -^^^^^ -- Fixed asyncio "no current event loop" deprecation warning by replacing `asyncio.get_event_loop()` with modern event loop handling using `get_running_loop()` with fallback to `new_event_loop()` (#1865) +=== 0.24.0 ------