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

index e76d83602a0bbfc10f47f1fbde145ecf6cea91c5..3b134fb98a8c0b933100e4be805feba29ab64bab 100644 (file)
@@ -1,5 +1,9 @@
 ## Next release
 
+* Upgrade the compatible version of Pydantic to `0.26.0`.
+    * This includes JSON Schema support for IP address and network objects, bug fixes, and other features.
+    * PR [#247](https://github.com/tiangolo/fastapi/pull/247) by [@euri10](https://github.com/euri10).
+
 ## 0.23.0
 
 * Upgrade the compatible version of Starlette to `0.12.0`.