From dd60ced0c114545aeb4244dd20bcff48cfd67860 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:37:45 -0700 Subject: [PATCH] Fill in PR number in release note (#1659) --- release-notes/Release-notes-0.15.10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/Release-notes-0.15.10.md b/release-notes/Release-notes-0.15.10.md index 84f462e3..7d25b6f1 100644 --- a/release-notes/Release-notes-0.15.10.md +++ b/release-notes/Release-notes-0.15.10.md @@ -12,7 +12,7 @@ this release should add its entry under the appropriate section below. are encouraged to update promptly. - **Config & logging: reduce exposure of authentication secrets** - ([#TBD](https://github.com/Ride-The-Lightning/RTL/pull/TBD)). + ([#1659](https://github.com/Ride-The-Lightning/RTL/pull/1659)). Tightens redaction of authentication material in node logs and configuration API responses, and keeps runtime-only SSO state out of the persisted config file. Adds regression coverage (`test/backend/common.test.mjs`). Users are encouraged to update