]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 16 Apr 2019 18:43:59 +0000 (22:43 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 16 Apr 2019 18:43:59 +0000 (22:43 +0400)
docs/release-notes.md

index 80a2ade2379210f2c5319c098b8acedeff63e6ac..4165745def594d40b5f60ea29f59fb3ee3acecf2 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Upgrade Pydantic to version `0.23`. PR <a href="https://github.com/tiangolo/fastapi/pull/160" target="_blank">#160</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>.
+
 * Fix typo in Tutorial about Extra Models. PR <a href="https://github.com/tiangolo/fastapi/pull/159" target="_blank">#159</a> by <a href="https://github.com/danielmichaels" target="_blank">@danielmichaels</a>.
 
 * Fix <a href="https://fastapi.tiangolo.com/tutorial/query-params/" target="_blank">Query Parameters</a> URL examples in docs. PR <a href="https://github.com/tiangolo/fastapi/pull/157" target="_blank">#157</a> by <a href="https://github.com/hayata-yamamoto" target="_blank">@hayata-yamamoto</a>.