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

index ff2a7120ae5ce2072ed32d2a8005e65ffaf57d41..cab55390e8c31c940c3740ab4b835dc9865f5f8f 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 📝 Update docs, compare enums with identity instead of equality. PR [#4905](https://github.com/tiangolo/fastapi/pull/4905) by [@MicaelJarniac](https://github.com/MicaelJarniac).
 * 🔧 Update mypy config, use `strict = true` instead of manual configs. PR [#4605](https://github.com/tiangolo/fastapi/pull/4605) by [@michaeloliverx](https://github.com/michaeloliverx).
 * ✏ Fix typo in `docs/en/docs/python-types.md`. PR [#4886](https://github.com/tiangolo/fastapi/pull/4886) by [@MicaelJarniac](https://github.com/MicaelJarniac).
 * ♻ Change a `dict()` for `{}` in `fastapi/utils.py`. PR [#3138](https://github.com/tiangolo/fastapi/pull/3138) by [@ShahriyarR](https://github.com/ShahriyarR).