From 378b39bbbc817a174714c5f1cf54e5599ebdc2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 3 Apr 2019 15:49:58 +0400 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) 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.