diff --git a/docs/release-notes.md b/docs/release-notes.md index 78dd73b0b..0f010a48f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Add `auto_error` parameter to security utility functions. Allowing them to be optional. Also allowing to have multiple alternative security schemes that are then checked in a single dependency instead of each one verifying and returning the error to the client automatically when not satisfied. PR #134. + * Update SQL Tutorial to close database sessions even when there are exceptions. PR #89 by @alexiri. * Fix duplicate dependency in `pyproject.toml`. PR #128 by @zxalif.