]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 27 Jun 2019 11:22:56 +0000 (13:22 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 27 Jun 2019 11:22:56 +0000 (13:22 +0200)
docs/release-notes.md

index 2132e76d110de34bf869c0f8aae139c35921f63a..d491d94d4a6a44a9ee3528f29d01fd3313687fed 100644 (file)
@@ -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: