]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 31 Aug 2019 00:34:34 +0000 (19:34 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 31 Aug 2019 00:34:34 +0000 (19:34 -0500)
docs/release-notes.md

index 3857aec4c0cb7400204c8098c9fa640257462c5a..3ac19e24c40e3a81c8b905da497e5c406a2d0424 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Upgrade support to Pydantic version 0.32.2 and update internal code to use it (breaking change). PR [#463](https://github.com/tiangolo/fastapi/pull/463) by [@dmontagu](https://github.com/dmontagu).
+
 ## 0.37.0
 
 * Add support for custom route classes for advanced use cases. PR [#468](https://github.com/tiangolo/fastapi/pull/468) by [@dmontagu](https://github.com/dmontagu).