]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 2 Sep 2022 13:36:48 +0000 (13:36 +0000)
committergithub-actions <github-actions@github.com>
Fri, 2 Sep 2022 13:36:48 +0000 (13:36 +0000)
docs/en/docs/release-notes.md

index 7f2cc6df28b4db6d9fccf889033a109d751dd883..7b956f3f7ea5fba52b3f55026f38dc066eb3558b 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ♻ Internal small refactor, move `operation_id` parameter position in delete method for consistency with the code. PR [#4474](https://github.com/tiangolo/fastapi/pull/4474) by [@hiel](https://github.com/hiel).
 * ✨ Support Python internal description on Pydantic model's docstring. PR [#3032](https://github.com/tiangolo/fastapi/pull/3032) by [@Kludex](https://github.com/Kludex).
 * ✨ Update `ORJSONResponse` to support non `str` keys and serializing Numpy arrays. PR [#3892](https://github.com/tiangolo/fastapi/pull/3892) by [@baby5](https://github.com/baby5).
 * 🔧 Update sponsors, disable ImgWhale. PR [#5338](https://github.com/tiangolo/fastapi/pull/5338) by [@tiangolo](https://github.com/tiangolo).