Skip to content

Commit

Permalink
Move concurrent pull request to changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Aug 27, 2023
1 parent 4aa9b3a commit cd03594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ 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
[#524]: https://github.com/encode/databases/pull/524

### 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)
Expand Down

0 comments on commit cd03594

Please sign in to comment.