Browse Source

📝 Update release notes

[skip ci]
pull/10647/merge
github-actions[bot] 6 months ago
parent
commit
930b27e5fa
  1. 4
      docs/en/docs/release-notes.md

4
docs/en/docs/release-notes.md

@ -11,6 +11,10 @@ hide:
* ✨ Handle wrapped dependencies. PR [#9555](https://github.com/fastapi/fastapi/pull/9555) by [@phy1729](https://github.com/phy1729).
### Fixes
* 🐛 Fix optional sequence handling with new union syntax from Python 3.10. PR [#14430](https://github.com/fastapi/fastapi/pull/14430) by [@Viicos](https://github.com/Viicos).
### Refactors
* 🔥 Remove dangling extra condiitonal no longer needed. PR [#14435](https://github.com/fastapi/fastapi/pull/14435) by [@tiangolo](https://github.com/tiangolo).

Loading…
Cancel
Save