Mention python version requirement in changelog

This commit is contained in:
Tulir Asokan 2022-03-29 16:57:43 +03:00
parent 9b37b99dd7
commit 5201cb0316

View file

@ -1,5 +1,6 @@
# v0.3.0 (2022-03-28)
* Dropped Python 3.7 support.
* Switched main maubot database to asyncpg/aiosqlite.
* Using the same SQLite database for crypto is now safe again.
* Added support for asyncpg/aiosqlite for plugin databases.