]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 27 Feb 2025 12:29:47 +0000 (12:29 +0000)
committergithub-actions <github-actions@github.com>
Thu, 27 Feb 2025 12:29:47 +0000 (12:29 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 84d680d91c0652d0a48c23b7d15cbea30c43b73a..8754f5228de2df547f55813385af00e7445c357a 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Ensure that `HTTPDigest` only raises an exception when `auto_error is True`. PR [#2939](https://github.com/fastapi/fastapi/pull/2939) by [@arthurio](https://github.com/arthurio).
+
 ### Refactors
 
 * ✅ Simplify tests for `query_params_str_validations`. PR [#13218](https://github.com/fastapi/fastapi/pull/13218) by [@alv2017](https://github.com/alv2017).