]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 7 Jul 2023 17:14:54 +0000 (19:14 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 7 Jul 2023 17:14:54 +0000 (19:14 +0200)
docs/en/docs/release-notes.md

index 57595e3d107f60d10b1cf4f57fafafe115c41ea7..946c38e101d5aa5d93748b006a1026174d034d76 100644 (file)
@@ -2,7 +2,6 @@
 
 ## Latest Changes
 
-* ✨ Add support for Pydantic v2. PR [#9816](https://github.com/tiangolo/fastapi/pull/9816) by [@tiangolo](https://github.com/tiangolo).
 ✨ Support for **Pydantic v2** ✨
 
 Pydantic version 2 has the **core** re-written in **Rust** and includes a lot of improvements and features, for example:
@@ -77,6 +76,8 @@ There are **tests for both Pydantic v1 and v2**, and test **coverage** is kept a
 * Now Pydantic Settings is an additional optional package (included in `"fastapi[all]"`). To use settings you should now import `from pydantic_settings import BaseSettings` instead of importing from `pydantic` directly.
     * You can read more about it in the docs for [Settings and Environment Variables](https://fastapi.tiangolo.com/advanced/settings/).
 
+* PR [#9816](https://github.com/tiangolo/fastapi/pull/9816) by [@tiangolo](https://github.com/tiangolo), included all the work done (in multiple PRs) on the beta branch (`main-pv2`).
+
 ## 0.99.1
 
 ### Fixes