]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 7 Oct 2021 16:22:27 +0000 (16:22 +0000)
committergithub-actions <github-actions@github.com>
Thu, 7 Oct 2021 16:22:27 +0000 (16:22 +0000)
docs/en/docs/release-notes.md

index 89945cdaf64d76bf8fcc8eeb335257eac6414f88..cdd21588b98398a38409a94b8f12c8a73f148ebc 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🔧 Correct DeprecationWarning config and comment in pytest settings. PR [#4008](https://github.com/tiangolo/fastapi/pull/4008) by [@graingert](https://github.com/graingert).
 * ✏ Fix typos in Deployment Guide. PR [#3975](https://github.com/tiangolo/fastapi/pull/3975) by [@ghandic](https://github.com/ghandic).
 * 📝 Update docs with pip install calls when using extras with brackets, use quotes for compatibility with Zsh. PR [#3131](https://github.com/tiangolo/fastapi/pull/3131) by [@tomwei7](https://github.com/tomwei7).
 * 📝 Add external link to article: Deploying ML Models as API Using FastAPI and Heroku. PR [#3904](https://github.com/tiangolo/fastapi/pull/3904) by [@kaustubhgupta](https://github.com/kaustubhgupta).