From a1656eaf5757953aff83a1eef47b6c6ba039e90d Mon Sep 17 00:00:00 2001 From: trgiangdo Date: Fri, 20 Dec 2024 17:12:42 +0700 Subject: [PATCH] relnotes: expose the SystemCredentials on enterprise --- docs/release-notes/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 3c5fea92e..5e1882b17 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -80,7 +80,8 @@ additional features. ## Improvements and changes -- Not yet documented. +- The `SystemCredentials^` class can now be used to authorized for administrative actions when + there is no authenticated user. See the [Authorize with SystemCredentials](../userman/advanced_features/auth/authorization.md#authorize-with-systemcredentials) for more details. ## Significant bug fixes