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

index 65f52c92faf87d2b96d6fcfd9a1e93b1ace5629f..aa37486f4dbc42b3c81b38a035b0527571d33fa9 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Upgrade Pydantic support to `0.28`. PR [#320](https://github.com/tiangolo/fastapi/pull/320) by [@jekirl](https://github.com/jekirl).
+
 ## 0.29.1
 
 * Fix handling an empty-body request with a required body param. PR [#311](https://github.com/tiangolo/fastapi/pull/311).