From cd03594e2bc9ca8d050d69f6916147055025ebe8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Sun, 27 Aug 2023 14:24:21 -0500 Subject: [PATCH] Move concurrent pull request to changes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd26f4b..1152de5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed +* Change isolation connections and transactions during concurrent usage ([#546][#546]) * Bump requests from 2.28.1 to 2.31.0 ([#562][#562]) * Bump starlette from 0.20.4 to 0.27.0 ([#560][#560]) * Bump up asyncmy version to fix `No module named 'asyncmy.connection'` ([#553][#553]) * Bump wheel from 0.37.1 to 0.38.1 ([#524][#524]) +[#546]: https://github.com/encode/databases/pull/546 [#562]: https://github.com/encode/databases/pull/562 [#560]: https://github.com/encode/databases/pull/560 [#553]: https://github.com/encode/databases/pull/553 @@ -28,10 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed -* fix: incorrect concurrent usage of connection and transaction ([#546][#546]) * Fix the type-hints using more standard mode ([#526][#526]) -[#546]: https://github.com/encode/databases/pull/546 [#526]: https://github.com/encode/databases/pull/526 ## 0.7.0 (Dec 18th, 2022)