From 9d82d5847d0b51a3a504489cc8604eed2cc2026b Mon Sep 17 00:00:00 2001 From: Stanley Kudrow Date: Thu, 22 Aug 2024 14:35:00 +0300 Subject: [PATCH] update the CHANGELOG.md file --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13201ad..03b68ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### 0.2.5 -- Add the asynchronous context manager support to the `asynch.Pool` class. Fix pool connection management (Discussion #108 by @DFilyushin). Add status attribute and minor refactoring details in the `Connection` class and definition. By @stankudrow in #109. +- Add the asynchronous context manager support to the `asynch.Pool` class. Fix pool connection management (Discussion #108 by @DFilyushin). Add status attribute and minor refactoring details in the `asynch.Connection` class and definition. By @stankudrow in #109. - Add the asynchronous context manager support to the `asynch.Connection` class. By @stankudrow in #107. - Make Python3.9 the minimum supported version. Update the project dependencies, metadata, tests. By @stankudrow in #106.