From: Sebastián Ramírez Date: Thu, 27 Jun 2019 11:22:56 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.30.1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46fffc0e94f6d1cd9246ca6dc47dadd2b58ff536;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 2132e76d11..d491d94d4a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Add SQLite [online viewers to the docs](https://fastapi.tiangolo.com/tutorial/sql-databases/#interact-with-the-database-directly). PR [#330](https://github.com/tiangolo/fastapi/pull/330) by [@cyrilbois](https://github.com/cyrilbois). + ## 0.30.0 * Add support for Pydantic's ORM mode: