From 9ac51edbcd5e1077f7b1924f0d4f018a916620c0 Mon Sep 17 00:00:00 2001 From: Horst Gutmann Date: Thu, 15 Jun 2023 16:16:34 +0200 Subject: [PATCH] Changelog: Updated changelog for 9.3.15 (#70169) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eddc2a37f6..a7ae785d2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1040,6 +1040,7 @@ Sentry frontend logging provider will be removed with next major version. Issue ### Bug fixes - **Alerting:** Require alert.notifications:write permissions to test receivers and templates +- **Auth:** Remove the session cookie only if it's invalid or revoked. [#68796](https://github.com/grafana/grafana/issues/68796), [@mgyongyosi](https://github.com/mgyongyosi)