Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Jan 27, 2022
1 parent c7867ce commit 3a9603b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# PonyORM release 0.7.16 (2022-01-28)

## Bugfixes

* Fixes #628: DBAPIProvider.__init__() got multiple values for argument 'database'


# PonyORM release 0.7.15 (2022-01-27)

## Features

* Add Python 3.10 support, drop support of Python < 3.7
* Add Python 3.10 support, drop support of Python < 3.6
* You can create an in-memory SQLite database accessible from multiple threads by specifying ":sharedmemory:" as a file name

## Bugfixes
Expand Down

0 comments on commit 3a9603b

Please sign in to comment.