]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 13 Dec 2019 10:32:17 +0000 (11:32 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 13 Dec 2019 10:32:17 +0000 (11:32 +0100)
docs/release-notes.md

index 0434a2bcab3476b9bba2f8b0ca00d4340374efad..f1c1df05abedc470865f1fc9761cd1d1564af538 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Add docs for correctly [using FastAPI with Peewee ORM](https://fastapi.tiangolo.com/tutorial/sql-databases-peewee/). Including how to overwrite parts of Peewee to correctly handle async threads. PR [#789](https://github.com/tiangolo/fastapi/pull/789).
+
 ## 0.45.0
 
 * Add support for OpenAPI Callbacks: