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

index 7e7e6735482c65a8751294851d1f499549584973..91897a4ea4c8b77368f3c51c1f6d15b28b31b6aa 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Refine internal type declarations to improve/remove Mypy errors in users' code. PR [#338](https://github.com/tiangolo/fastapi/pull/338).
+
 * Update and clarify [SQL tutorial with SQLAlchemy](https://fastapi.tiangolo.com/tutorial/sql-databases/). PR [#331](https://github.com/tiangolo/fastapi/pull/331) by [@mariacamilagl](https://github.com/mariacamilagl).
 
 * 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).