📝 Update release notes

[skip ci]
This commit is contained in:
github-actions[bot] 2025-12-02 04:04:37 +00:00
parent 8f99a2b734
commit 3b4b5ab8c8
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ hide:
### Fixes ### Fixes
* 🐛 Avoid accessing non-existing "$ref" key for Pydantic v2 compat remapping. PR [#14361](https://github.com/fastapi/fastapi/pull/14361) by [@svlandeg](https://github.com/svlandeg).
* 🐛 Fix `TypeError` when encoding a decimal with a `NaN` or `Infinity` value. PR [#12935](https://github.com/fastapi/fastapi/pull/12935) by [@kentwelcome](https://github.com/kentwelcome). * 🐛 Fix `TypeError` when encoding a decimal with a `NaN` or `Infinity` value. PR [#12935](https://github.com/fastapi/fastapi/pull/12935) by [@kentwelcome](https://github.com/kentwelcome).
### Internal ### Internal