diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5955a0..a9719a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -# PonyORM release 0.7.15-RC1 (2022-01-10) +# PonyORM release 0.7.15 (2022-01-27) ## Features * Add Python 3.10 support, drop support of Python < 3.7 +* You can create an in-memory SQLite database accessible from multiple threads by specifying ":sharedmemory:" as a file name ## Bugfixes